Skip to content

Commit

Permalink
fix: use prepare script instead of postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ipso committed Mar 3, 2021
1 parent 6f24f12 commit a22b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"coverage": "istanbul check-coverage --statements 100 --lines 100 --branches 100 --functions 100 **/coverage.json",
"test": "npm run build && istanbul cover --print both nodeunit ./test",
"semantic-release": "semantic-release",
"postinstall": "npm run build",
"prepare": "npm run build",
"flow": "flow",
"build": "rimraf lib && flow-remove-types --all src/ --out-dir lib/ && copy ./src/**/plugnplay.yml lib && flow-copy-source src lib",
"lint": "eslint src",
Expand Down

0 comments on commit a22b528

Please sign in to comment.