🐛 fix: fixing node_modules ignore
This commit is contained in:
parent
8f20413371
commit
0a56ad814d
4
.husky/pre-commit
Executable file
4
.husky/pre-commit
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
|
npm run mockTest
|
9868
package-lock.json
generated
Normal file
9868
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -30,6 +30,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node bin/cli.js",
|
"start": "node bin/cli.js",
|
||||||
|
"mockTest": "echo \"Error: no test specified\" && exit 0",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
"test:coverage": "jest --coverage",
|
"test:coverage": "jest --coverage",
|
||||||
@ -39,7 +40,8 @@
|
|||||||
"lint:prettier": "node check-format.js",
|
"lint:prettier": "node check-format.js",
|
||||||
"pretty-quick": "pretty-quick",
|
"pretty-quick": "pretty-quick",
|
||||||
"prettier": "prettier --write . --config .prettierrc",
|
"prettier": "prettier --write . --config .prettierrc",
|
||||||
"prettier:commit": "node prettier-commit.js"
|
"prettier:commit": "node prettier-commit.js",
|
||||||
|
"prepare": "husky install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
@ -64,7 +66,7 @@
|
|||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-jsdoc": "^50.2.1",
|
"eslint-plugin-jsdoc": "^50.2.1",
|
||||||
"eslint-plugin-prettier": "^5.2.1",
|
"eslint-plugin-prettier": "^5.2.1",
|
||||||
"husky": "^9.1.4",
|
"husky": "^8.0.0",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"pretty-quick": "^4.0.0",
|
"pretty-quick": "^4.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user