Skip to content

Commit 1f6da77

Browse files
authored
Merge pull request #13 from contentstack-expert-services/feature/ESI-210-build-script-changes
build script changes
2 parents 1de8579 + 84dca55 commit 1f6da77

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ node_modules/
2222

2323
.vercel
2424

25-
.eslintcache
25+
.eslintcache
26+
.dccache

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# build command format is
2+
# bash build.sh
3+
14
set -e
25
#The above command is to fail build if any one of the below build steps fail
36

0 commit comments

Comments
 (0)