Skip to content

Commit

Permalink
Fix e2e-simple (cont.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored and randycoulman committed May 8, 2017
1 parent b2d0dcc commit 9f92d7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/e2e-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ grep -v "lerna bootstrap" package.json > temp && mv temp package.json
npm install
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 [[ `node --version | sed -e 's/^v//' -e 's/\..*//g'` -lt 4 ]]
then
Expand Down

0 comments on commit 9f92d7f

Please sign in to comment.