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.
2 parents 258bcd9 + 900bfc3 commit 69b7970Copy full SHA for 69b7970
package.json
@@ -23,7 +23,7 @@
23
},
24
"husky": {
25
"hooks": {
26
- "pre-commit": "npx validate-branch-name && cd ui && rimraf build && npm run precommit && cd ../api && rimraf build && npm run precommit"
+ "pre-commit": "npx validate-branch-name && cd ui && rimraf build && npm run precommit"
27
}
28
29
"validate-branch-name": {
0 commit comments