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:
parent
839dfcfd17
commit
fc88daeef7
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue