Skip to content

Commit

Permalink
chore(githooks): Run npm install on post-checkout hook
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Aug 27, 2017
1 parent 06d18aa commit 9dd85c3
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 @@ -103,6 +103,7 @@
"commitmsg": "commitlint -e",
"compile": "rimraf lib && babel src --source-maps --out-dir lib",
"lint": "eslint src test package.json",
"postcheckout": "yarn install || (rimraf && npm install)",
"precommit": "npm run lint",
"prepublishOnly": "npm run compile",
"prepush": "ava -v",
Expand Down

0 comments on commit 9dd85c3

Please sign in to comment.