1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-10 07:55:24 +02:00

Improve precommit script

This commit is contained in:
gohabereg 2018-08-17 01:24:28 +03:00
parent 839dfcfd17
commit fc88daeef7

View file

@ -6,7 +6,7 @@
"start": "nodemon ./bin/www",
"test": "mocha --recursive ./test",
"lint": "eslint --fix ./**/*.js",
"precommit": "yarn lint && yarn test"
"precommit": "yarn lint && yarn test --exit"
},
"dependencies": {
"body-parser": "latest",