Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
49e2fb54
Commit
49e2fb54
authored
8 years ago
by
Max
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Test local commands
parent
ee91202c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/e2e.sh
+10
-0
tasks/e2e.sh
with
10 additions
and
0 deletions
+10
-0
tasks/e2e.sh
+
10
-
0
View file @
49e2fb54
...
...
@@ -33,6 +33,16 @@ scripts_path=$PWD/`npm pack`
# lint
./node_modules/.bin/eslint
--ignore-path
.gitignore ./
# Test local start command
npm start
--
--smoke-test
# Test local build command
npm run build
# Check for expected output
test
-e
build/
*
.html
||
exit
1
test
-e
build/
*
.js
||
exit
1
# Pack CLI
cd
global-cli
npm
install
...
...
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
Menu
Explore
Projects
Groups
Snippets