Skip to content

Commit

Permalink
Use prepare instead of deprecated prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
roosmaa committed Apr 22, 2018
1 parent db79579 commit 9196dae
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 @@ -27,7 +27,7 @@
},
"main": "lib/Nano.js",
"scripts": {
"prepublish": "npm run clean && npm run build",
"prepare": "npm run clean && npm run build",
"flow": "flow",
"clean": "rm -rf lib/",
"documentation": "documentation build src/** --project-name 'hw-app-nano' --project-version `node -e \"console.log(require('./package.json').version)\"` --project-homepage https://github.com/roosmaa/hw-app-nano -g -f html -o docs/",
Expand Down

0 comments on commit 9196dae

Please sign in to comment.