Skip to content

Commit 889fe1b

Browse files
feat(DTFS2-7052): change husky install to same way as in DTFS project
1 parent 5fbf3d7 commit 889fe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"api-test": "jest --selectProjects=API",
1010
"build": "nest build -p tsconfig.build.json",
1111
"housekeeping": "npm update --save --legacy-peer-deps && npm i --legacy-peer-deps && npm audit --fix && npm run spellcheck",
12+
"postinstall": "husky install",
1213
"lint": "eslint . --ext .ts",
1314
"lint:fix": "eslint . --ext .ts --fix",
14-
"prepare": "husky",
1515
"spellcheck": "cspell lint --gitignore --no-must-find-files --unique --no-progress --show-suggestions --color '**/*'",
1616
"start": "nest start",
1717
"start:debug": "nest start --debug --watch",

0 commit comments

Comments
 (0)