Skip to content

Commit a1bc3a3

Browse files
Timergaearon
authored andcommitted
Fix e2e-simple (cont.)
1 parent a06c95b commit a1bc3a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: tasks/e2e-simple.sh

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ grep -v "lerna bootstrap" package.json > temp && mv temp package.json
7171
npm install
7272
mv package.json.bak package.json
7373

74+
# We need to install create-react-app deps to test it
75+
cd "$root_path"/packages/create-react-app
76+
npm install
77+
cd "$root_path"
78+
7479
# If the node version is < 4, the script should just give an error.
7580
if [[ `node --version | sed -e 's/^v//' -e 's/\..*//g'` -lt 4 ]]
7681
then

0 commit comments

Comments
 (0)