Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
c7bc89ce
Commit
c7bc89ce
authored
8 years ago
by
Max
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove || exit 1
parent
ce9fdca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/e2e.sh
+6
-6
tasks/e2e.sh
with
6 additions
and
6 deletions
+6
-6
tasks/e2e.sh
+
6
-
6
View file @
c7bc89ce
...
...
@@ -40,8 +40,8 @@ npm start -- --smoke-test
npm run build
# Check for expected output
test
-e
build/
*
.html
||
exit
1
test
-e
build/
*
.js
||
exit
1
test
-e
build/
*
.html
test
-e
build/
*
.js
# Pack CLI
cd
global-cli
...
...
@@ -63,8 +63,8 @@ cd test-app
npm run build
# Check for expected output
test
-e
build/
*
.html
||
exit
1
test
-e
build/
*
.js
||
exit
1
test
-e
build/
*
.html
test
-e
build/
*
.js
# Test the server
npm start
--
--smoke-test
...
...
@@ -74,8 +74,8 @@ echo yes | npm run eject
npm run build
# Check for expected output
test
-e
build/
*
.html
||
exit
1
test
-e
build/
*
.js
||
exit
1
test
-e
build/
*
.html
test
-e
build/
*
.js
# Test the server
npm start
--
--smoke-test
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment