Skip to content

Commit

Permalink
feat(DTFS2-7052): trying to automate husky run on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avaitonis committed Apr 10, 2024
1 parent 0b79772 commit 1b6cf30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"start:debug": "nest start --debug --watch",
"start:dev": "nest start --tsc --watch",
"start:prod": "node dist/src/main",
"unit-test": "jest --selectProjects=Unit"
"unit-test": "jest --selectProjects=Unit",
"prepare": "husky"
},
"lint-staged": {
"**/package.json": "sort-package-json",
Expand Down

0 comments on commit 1b6cf30

Please sign in to comment.