Skip to content

Commit 258bcd9

Browse files
authored
Merge pull request #14 from contentstack-expert-services/development
Development
2 parents d7c5b54 + 1f6da77 commit 258bcd9

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)