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 1f6da77 + d9d24be commit 900bfc3Copy full SHA for 900bfc3
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