Skip to content

Commit 69b7970

Browse files
authored
Merge pull request #16 from contentstack-expert-services/development
Development
2 parents 258bcd9 + 900bfc3 commit 69b7970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"husky": {
2525
"hooks": {
26-
"pre-commit": "npx validate-branch-name && cd ui && rimraf build && npm run precommit && cd ../api && rimraf build && npm run precommit"
26+
"pre-commit": "npx validate-branch-name && cd ui && rimraf build && npm run precommit"
2727
}
2828
},
2929
"validate-branch-name": {

0 commit comments

Comments
 (0)