We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88ffb1 commit 09e9724Copy full SHA for 09e9724
web-ui/.husky/pre-commit
@@ -1 +1,2 @@
1
+cd web-ui
2
yarn test
web-ui/package.json
@@ -58,7 +58,7 @@
58
"start": "vite",
59
"test": "vitest",
60
"update-test": "vitest -u",
61
- "prepare": "husky"
+ "prepare": "cd .. && husky web-ui/.husky"
62
},
63
"eslintConfig": {
64
"extends": "react-app"
0 commit comments