Removed the test command from the git precommit hook.

This commit is contained in:
Maxim Khlobystov 2017-09-05 13:51:41 -04:00
parent 54e74d213d
commit 1379b533fd

View File

@ -7,7 +7,7 @@
"start:dev": "ROOT_URL=http://127.0.0.1/html5client NODE_ENV=development meteor",
"test": "wdio ./tests/webdriverio/wdio.conf.js",
"lint": "eslint . --ext .jsx,.js",
"precommit": "lint-staged && npm test"
"precommit": "lint-staged"
},
"lint-staged": {
"gitDir": "../",