Skip to content

Commit 19700ee

Browse files
authored
Merge pull request #34 from contentstack/development
Update build.sh
2 parents d2803a2 + 47ea394 commit 19700ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd ui
1212
rm -rf build
1313
rm -rf coverage
1414
npm install
15-
npm run test
15+
#npm run test
1616
npm run build
1717
zip -r ui.zip build/
1818
mv ui.zip ../to-deploy

0 commit comments

Comments
 (0)