Skip to content

Commit

Permalink
fix(web): pre-commit hook with husky
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Apr 17, 2023
1 parent 39a37aa commit b96641d
Show file tree
Hide file tree
Showing 2 changed files with 18,789 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "vitest",
"coverage": "vitest --coverage",
"e2e": "playwright test",
"prepare": "husky install",
"prepare": "cd .. && husky install web/.husky",
"build": "vite build",
"build:preview": "run-s build storybook:build",
"clean": "del coverage dist node_modules/.cache",
Expand Down
Loading

0 comments on commit b96641d

Please sign in to comment.