Skip to content

Commit

Permalink
removed annoying prepush
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Dec 16, 2018
1 parent 10a7435 commit c5e5d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test",
"lint": "tslint --project .",
"precommit": "npm run lint",
"prepush": "npm run lint && npm test"
"precommit": "npm run lint",
"prepush": "npm run lint"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c5e5d40

Please sign in to comment.