We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38847fd commit 15151dfCopy full SHA for 15151df
1 file changed
package.json
@@ -31,7 +31,7 @@
31
"build-watch": "tsc --watch",
32
"lint": "eslint . --ext .ts --cache",
33
"validate": "yarn info",
34
- "postinstall": "yarn build",
+ "prepare": "yarn build",
35
"version": "manual-git-changelog onversion"
36
},
37
"dependencies": {
0 commit comments