File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ npm start -- --smoke-test
40
40
npm run build
41
41
42
42
# Check for expected output
43
- test -e build/* .html || exit 1
44
- test -e build/* .js || exit 1
43
+ test -e build/* .html
44
+ test -e build/* .js
45
45
46
46
# Pack CLI
47
47
cd global-cli
@@ -63,8 +63,8 @@ cd test-app
63
63
npm run build
64
64
65
65
# Check for expected output
66
- test -e build/* .html || exit 1
67
- test -e build/* .js || exit 1
66
+ test -e build/* .html
67
+ test -e build/* .js
68
68
69
69
# Test the server
70
70
npm start -- --smoke-test
@@ -74,8 +74,8 @@ echo yes | npm run eject
74
74
npm run build
75
75
76
76
# Check for expected output
77
- test -e build/* .html || exit 1
78
- test -e build/* .js || exit 1
77
+ test -e build/* .html
78
+ test -e build/* .js
79
79
80
80
# Test the server
81
81
npm start -- --smoke-test
You can’t perform that action at this time.
0 commit comments