We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9fdca commit c7bc89cCopy full SHA for c7bc89c
tasks/e2e.sh
@@ -40,8 +40,8 @@ npm start -- --smoke-test
40
npm run build
41
42
# Check for expected output
43
-test -e build/*.html || exit 1
44
-test -e build/*.js || exit 1
+test -e build/*.html
+test -e build/*.js
45
46
# Pack CLI
47
cd global-cli
@@ -63,8 +63,8 @@ cd test-app
63
64
65
66
67
68
69
# Test the server
70
npm start -- --smoke-test
@@ -74,8 +74,8 @@ echo yes | npm run eject
74
75
76
77
78
79
80
81
0 commit comments