Skip to content

Commit 1b6cf30

Browse files
feat(DTFS2-7052): trying to automate husky run on commit
1 parent 0b79772 commit 1b6cf30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"start:debug": "nest start --debug --watch",
1717
"start:dev": "nest start --tsc --watch",
1818
"start:prod": "node dist/src/main",
19-
"unit-test": "jest --selectProjects=Unit"
19+
"unit-test": "jest --selectProjects=Unit",
20+
"prepare": "husky"
2021
},
2122
"lint-staged": {
2223
"**/package.json": "sort-package-json",

0 commit comments

Comments
 (0)