Skip to content

Commit

Permalink
chore: add missing husky
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Mar 23, 2024
1 parent 8c7f1fa commit 7eee3b8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "vite",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"prepare": "husky install",
"prepare": "husky",
"test": "jest --passWithNoTests",
"test:e2e": "npx tsc -p e2e-tests/tsconfig.json && npx playwright test -c e2e-tests-out",
"postinstall": "check-node-version --package",
Expand Down Expand Up @@ -64,6 +64,7 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unicorn": "51.0.1",
"handlebars": "4.7.8",
"husky": "9.0.11",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down

0 comments on commit 7eee3b8

Please sign in to comment.