Skip to content

Commit 15151df

Browse files
committed
Fix incorrect postinstall script, Closes #135
1 parent 38847fd commit 15151df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"build-watch": "tsc --watch",
3232
"lint": "eslint . --ext .ts --cache",
3333
"validate": "yarn info",
34-
"postinstall": "yarn build",
34+
"prepare": "yarn build",
3535
"version": "manual-git-changelog onversion"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)