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 65c8fea commit 3f710fa
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 lib && babel src --only index.js --source-maps --out-dir lib && rollup -c build/rollup.config.js",
"lint": "eslint src test package.json",
"postcheckout": "yarn install || (rimraf && npm install)",
"precommit": "npm run compile && npm run lint",
"prepare": "npm run compile",
"prepublishOnly": "npm run compile",
Expand Down

0 comments on commit 3f710fa

Please sign in to comment.