Skip to content

Commit 7eee3b8

Browse files
committed
chore: add missing husky
1 parent 8c7f1fa commit 7eee3b8

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

package-lock.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "vite",
88
"build": "vite build --emptyOutDir",
99
"preview": "vite preview",
10-
"prepare": "husky install",
10+
"prepare": "husky",
1111
"test": "jest --passWithNoTests",
1212
"test:e2e": "npx tsc -p e2e-tests/tsconfig.json && npx playwright test -c e2e-tests-out",
1313
"postinstall": "check-node-version --package",
@@ -64,6 +64,7 @@
6464
"eslint-plugin-prefer-arrow": "1.2.3",
6565
"eslint-plugin-unicorn": "51.0.1",
6666
"handlebars": "4.7.8",
67+
"husky": "9.0.11",
6768
"identity-obj-proxy": "3.0.0",
6869
"jest": "29.7.0",
6970
"jest-environment-jsdom": "29.7.0",

0 commit comments

Comments
 (0)