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 5cc1f87 commit 2486532
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 @@ -112,6 +112,7 @@
"commitmsg": "commitlint -e",
"compile": "rimraf preset.* release-rules.* types.* aliases.* lib && babel src --source-maps --out-dir .",
"lint": "eslint src test package.json",
"postcheckout": "yarn install || (rimraf && npm install)",
"precommit": "npm run compile && npm run lint",
"prepublishOnly": "npm run compile",
"prepush": "ava -v",
Expand Down

0 comments on commit 2486532

Please sign in to comment.