mirror of
https://codeberg.org/JasterV/sentences-crud.git
synced 2026-04-26 18:10:05 +00:00
husky removed
This commit is contained in:
parent
4edd34078d
commit
4e56bd1aea
2 changed files with 1 additions and 11 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -n "$CI" ] && exit 0
|
||||
|
||||
"$NODE_ENV" == "production" && exit 0
|
||||
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm test
|
||||
|
|
@ -8,8 +8,7 @@
|
|||
"start": "node dist/index.js",
|
||||
"dev": "ts-node-dev --respawn src/index.ts",
|
||||
"test": "jest -c ./jest.json",
|
||||
"test:coverage": "jest --coverage -c ./jest.json",
|
||||
"prepare": "husky install"
|
||||
"test:coverage": "jest --coverage -c ./jest.json"
|
||||
},
|
||||
"keywords": [
|
||||
"typescript",
|
||||
|
|
|
|||
Loading…
Reference in a new issue