Skip to content

Commit

Permalink
chore: added husky
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Jan 14, 2025
1 parent a902242 commit acde647
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
38 changes: 27 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"turbo": "^2.0.14",
"typedoc": "0.26.6",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"vitest": "^2.0.5",
"husky": "^9.1.7"
},
"scripts": {
"compile": "turbo run compile",
Expand All @@ -42,7 +43,8 @@
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"posttest:ci": "./generate-coverage-report.sh",
"test:e2e": "TEST_ENV=e2e turbo run test"
"test:e2e": "TEST_ENV=e2e turbo run test",
"prepare": "husky"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit acde647

Please sign in to comment.