Skip to content

Commit

Permalink
Merge pull request #1199 from starwed/prepare-not-postinstall
Browse files Browse the repository at this point in the history
Dev setup uses prepare instead of postinstall
  • Loading branch information
starwed authored Dec 2, 2018
2 parents 2db3572 + da9e5fc commit e8e27f0
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 @@ -35,7 +35,7 @@
"browser": "src/crafty.js",
"scripts": {
"test": "grunt check",
"postinstall": "(node -e \"process.env.NODE_ENV !== 'production' && process.exit()\" && grunt copy:lib) || node -v",
"prepare": "(node -e \"process.env.NODE_ENV !== 'production' && process.exit()\" && grunt copy:lib) || node -v",
"precommit": "pretty-quick --staged"
},
"browserify": {
Expand Down

0 comments on commit e8e27f0

Please sign in to comment.