Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(package): remove npm run test from prepush
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Feb 19, 2018
1 parent 5b68777 commit 9a4afc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"lint:scripts": "eslint -c ./.eslintrc.json ./src ./webpack_config --ignore-pattern dist",
"flow": "flow",
"release": "standard-version",
"prepush": "npm run test && npm run lint:scripts",
"prepush": "npm run lint:scripts",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"engines": {
Expand Down

0 comments on commit 9a4afc6

Please sign in to comment.