Skip to content

Commit 5edc4a9

Browse files
TimerSpaceK33z
authored andcommitted
Fix e2e-simple (cont.)
1 parent 3c6fba9 commit 5edc4a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/e2e-simple.sh

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

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

0 commit comments

Comments
 (0)