Removed the test command from the git precommit hook.
This commit is contained in:
parent
54e74d213d
commit
1379b533fd
@ -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": "../",
|
||||
|
Loading…
Reference in New Issue
Block a user