Skip to content

Commit 9a7d7f0

Browse files
ranyitzSimenB
authored andcommitted
fix(install): do not build during postinstall (#265)
Fixes #263
1 parent 14d83ef commit 9a7d7f0

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
@@ -27,7 +27,7 @@
2727
"eslint": ">=5"
2828
},
2929
"scripts": {
30-
"postinstall": "yarn build",
30+
"pretest": "yarn build",
3131
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
3232
"prettylint": "prettylint docs/**/*.md README.md package.json",
3333
"prepublishOnly": "yarn build",

0 commit comments

Comments
 (0)