Skip to content

Commit

Permalink
fix(install): do not build during postinstall (#265)
Browse files Browse the repository at this point in the history
Fixes #263
  • Loading branch information
ranyitz authored and SimenB committed May 22, 2019
1 parent 14d83ef commit 9a7d7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"eslint": ">=5"
},
"scripts": {
"postinstall": "yarn build",
"pretest": "yarn build",
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
"prettylint": "prettylint docs/**/*.md README.md package.json",
"prepublishOnly": "yarn build",
Expand Down

0 comments on commit 9a7d7f0

Please sign in to comment.