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 1b6cf30 commit 5fbf3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"housekeeping": "npm update --save --legacy-peer-deps && npm i --legacy-peer-deps && npm audit --fix && npm run spellcheck",
"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",
"start:dev": "nest start --tsc --watch",
"start:prod": "node dist/src/main",
"unit-test": "jest --selectProjects=Unit",
"prepare": "husky"
"unit-test": "jest --selectProjects=Unit"
},
"lint-staged": {
"**/package.json": "sort-package-json",
Expand Down

0 comments on commit 5fbf3d7

Please sign in to comment.