Skip to content

Commit 26cb445

Browse files
authored
Merge pull request #28 from contentstack/staging
Staging
2 parents 40772af + d2803a2 commit 26cb445

37 files changed

+39276
-52487
lines changed

.gitignore

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

2323
.vercel
2424

25-
.eslintcache
25+
.eslintcache
26+
.dccache
27+
ui/.dccache
28+
ui/.env
29+
api/.env
30+
.env

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)