Skip to content

Commit

Permalink
fix: use prepare script and postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ipso committed Mar 3, 2021
1 parent a22b528 commit e0ce5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"test": "npm run build && istanbul cover --print both nodeunit ./test",
"semantic-release": "semantic-release",
"prepare": "npm run build",
"postinstall": "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 e0ce5a7

Please sign in to comment.