Skip to content

Commit

Permalink
Run npm update before npm run check-node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvangelderen committed Feb 27, 2016
1 parent 0e5b5de commit 8349b2c
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 @@ -31,7 +31,7 @@
"check-node-version": "babel-node tools/check-node-version",
"clean": "rm -rf lib",
"lint": "eslint src test",
"post-merge": "npm run check-node-version && npm update && npm dedupe && npm outdated --long",
"post-merge": "npm update && npm run check-node-version && npm dedupe && npm outdated --long",
"pre-commit": "npm run sort-configuration-files -- --error-on-changes && npm test",
"preversion": "npm run clean && npm run build",
"setup": "cp tools/hooks/* .git/hooks/ && git config push.followTags true",
Expand Down

0 comments on commit 8349b2c

Please sign in to comment.