We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbf3d7 commit 889fe1bCopy full SHA for 889fe1b
package.json
@@ -9,9 +9,9 @@
9
"api-test": "jest --selectProjects=API",
10
"build": "nest build -p tsconfig.build.json",
11
"housekeeping": "npm update --save --legacy-peer-deps && npm i --legacy-peer-deps && npm audit --fix && npm run spellcheck",
12
+ "postinstall": "husky install",
13
"lint": "eslint . --ext .ts",
14
"lint:fix": "eslint . --ext .ts --fix",
- "prepare": "husky",
15
"spellcheck": "cspell lint --gitignore --no-must-find-files --unique --no-progress --show-suggestions --color '**/*'",
16
"start": "nest start",
17
"start:debug": "nest start --debug --watch",
0 commit comments