Skip to content

Commit 900bfc3

Browse files
authored
Merge pull request #15 from contentstack-expert-services/feature/ESI-210-build-script-changes
build script changes
2 parents 1f6da77 + d9d24be commit 900bfc3

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)