Unverified Commit a1858c7b authored by Joe Haddad's avatar Joe Haddad
Browse files

Fix e2e-simple (cont.)

parent d0695f7d
Showing with 5 additions and 0 deletions
+5 -0
...@@ -71,6 +71,11 @@ grep -v "lerna bootstrap" package.json > temp && mv temp package.json ...@@ -71,6 +71,11 @@ grep -v "lerna bootstrap" package.json > temp && mv temp package.json
npm install npm install
mv package.json.bak package.json mv package.json.bak package.json
# We need to install create-react-app deps to test it
cd "$root_path"/packages/create-react-app
npm install
cd "$root_path"
# If the node version is < 4, the script should just give an error. # If the node version is < 4, the script should just give an error.
if [[ `node --version | sed -e 's/^v//' -e 's/\..*//g'` -lt 4 ]] if [[ `node --version | sed -e 's/^v//' -e 's/\..*//g'` -lt 4 ]]
then then
......
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