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
8bf601db
Unverified
Commit
8bf601db
authored
7 years ago
by
Joe Haddad
Browse files
Options
Download
Email Patches
Plain Diff
Remove extra builds now that there's a postinstall script
parent
d32d2f3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tasks/e2e-installs.sh
+0
-4
tasks/e2e-installs.sh
tasks/e2e-kitchensink.sh
+0
-4
tasks/e2e-kitchensink.sh
tasks/e2e-simple.sh
+0
-1
tasks/e2e-simple.sh
with
0 additions
and
9 deletions
+0
-9
tasks/e2e-installs.sh
+
0
-
4
View file @
8bf601db
...
@@ -99,10 +99,6 @@ fi
...
@@ -99,10 +99,6 @@ fi
# We removed the postinstall, so do it manually
# We removed the postinstall, so do it manually
./node_modules/.bin/lerna bootstrap
--concurrency
=
1
./node_modules/.bin/lerna bootstrap
--concurrency
=
1
cd
packages/react-error-overlay/
npm run build:prod
cd
../..
# ******************************************************************************
# ******************************************************************************
# First, pack and install create-react-app.
# First, pack and install create-react-app.
# ******************************************************************************
# ******************************************************************************
...
...
This diff is collapsed.
Click to expand it.
tasks/e2e-kitchensink.sh
+
0
-
4
View file @
8bf601db
...
@@ -82,10 +82,6 @@ fi
...
@@ -82,10 +82,6 @@ fi
# We removed the postinstall, so do it manually
# We removed the postinstall, so do it manually
./node_modules/.bin/lerna bootstrap
--concurrency
=
1
./node_modules/.bin/lerna bootstrap
--concurrency
=
1
cd
packages/react-error-overlay/
npm run build:prod
cd
../..
# ******************************************************************************
# ******************************************************************************
# First, pack react-scripts and create-react-app so we can use them.
# First, pack react-scripts and create-react-app so we can use them.
# ******************************************************************************
# ******************************************************************************
...
...
This diff is collapsed.
Click to expand it.
tasks/e2e-simple.sh
+
0
-
1
View file @
8bf601db
...
@@ -106,7 +106,6 @@ fi
...
@@ -106,7 +106,6 @@ fi
cd
packages/react-error-overlay/
cd
packages/react-error-overlay/
./node_modules/.bin/eslint
--max-warnings
0 src/
./node_modules/.bin/eslint
--max-warnings
0 src/
npm
test
npm
test
npm run build:prod
cd
../..
cd
../..
# ******************************************************************************
# ******************************************************************************
...
...
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