Skip to content

Commit

Permalink
fix: removing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MadaraUchiha-314 committed Mar 29, 2020
1 parent 93454b4 commit b9d495b
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 @@ -17,7 +17,7 @@
"husky": {
"hooks": {
"pre-commit": "npx eslint --ext .jsx --ext .js src/** --fix --no-error-on-unmatched-pattern && pretty-quick --staged",
"pre-push": "npx eslint --ext .jsx --ext .js src/** && npm run build && npm run test"
"pre-push": "npx eslint --ext .jsx --ext .js src/** && npm run build"
}
},
"author": {
Expand Down

0 comments on commit b9d495b

Please sign in to comment.