Skip to content

Commit

Permalink
fix: disabled local test run before each commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SwinX committed Mar 16, 2017
1 parent 6c1affa commit 87d6c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"lint": "eslint .",
"test": "istanbul test _mocha -- --recursive test/",
"precommit": "npm run lint && npm test",
"precommit": "npm run lint",
"preversion": "npm run lint && npm test"
},
"dependencies": {
Expand Down

0 comments on commit 87d6c29

Please sign in to comment.