🐛 fix: fixing node_modules ignore

This commit is contained in:
Carlos 2024-11-23 15:00:58 -05:00
parent 8f20413371
commit 0a56ad814d
3 changed files with 9876 additions and 2 deletions

4
.husky/pre-commit Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run mockTest

9868
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,7 @@
},
"scripts": {
"start": "node bin/cli.js",
"mockTest": "echo \"Error: no test specified\" && exit 0",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
@ -39,7 +40,8 @@
"lint:prettier": "node check-format.js",
"pretty-quick": "pretty-quick",
"prettier": "prettier --write . --config .prettierrc",
"prettier:commit": "node prettier-commit.js"
"prettier:commit": "node prettier-commit.js",
"prepare": "husky install"
},
"dependencies": {
"chalk": "^4.1.0",
@ -64,7 +66,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.2.1",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
"husky": "^8.0.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",