Skip to content

Commit 47ea394

Browse files
authored
Update build.sh
1 parent 55c2e2f commit 47ea394

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)