Unverified Commit 8bf601db authored by Joe Haddad's avatar Joe Haddad
Browse files

Remove extra builds now that there's a postinstall script

parent d32d2f3c
Showing with 0 additions and 9 deletions
+0 -9
...@@ -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.
# ****************************************************************************** # ******************************************************************************
......
...@@ -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.
# ****************************************************************************** # ******************************************************************************
......
...@@ -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 ../..
# ****************************************************************************** # ******************************************************************************
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment