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 0b79772 commit 1b6cf30Copy full SHA for 1b6cf30
package.json
@@ -16,7 +16,8 @@
16
"start:debug": "nest start --debug --watch",
17
"start:dev": "nest start --tsc --watch",
18
"start:prod": "node dist/src/main",
19
- "unit-test": "jest --selectProjects=Unit"
+ "unit-test": "jest --selectProjects=Unit",
20
+ "prepare": "husky"
21
},
22
"lint-staged": {
23
"**/package.json": "sort-package-json",
0 commit comments