Skip to content

Commit

Permalink
feat(DTFS2-7052): change husky install to same way as in DTFS project
Browse files Browse the repository at this point in the history
  • Loading branch information
avaitonis committed Apr 10, 2024
1 parent 5fbf3d7 commit 889fe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"api-test": "jest --selectProjects=API",
"build": "nest build -p tsconfig.build.json",
"housekeeping": "npm update --save --legacy-peer-deps && npm i --legacy-peer-deps && npm audit --fix && npm run spellcheck",
"postinstall": "husky install",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"prepare": "husky",
"spellcheck": "cspell lint --gitignore --no-must-find-files --unique --no-progress --show-suggestions --color '**/*'",
"start": "nest start",
"start:debug": "nest start --debug --watch",
Expand Down

0 comments on commit 889fe1b

Please sign in to comment.