Skip to content

Commit

Permalink
Replace deprecated prepublish with prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Oct 26, 2017
1 parent 6684fba commit 7005521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"coveralls": "cat ./coverage/lcov.info | coveralls",
"dev": "npm test -- --watch",
"lint": "eslint src test",
"prepublish": "npm run clean && npm run build",
"prepare": "npm run clean && npm run build",
"test": "mocha --require babel-register --recursive test/unit",
"start-meteor": "cd test/server/ && meteor",
"e2e-test": "mocha --require babel-register --recursive test/e2e",
Expand Down

0 comments on commit 7005521

Please sign in to comment.