We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6fba9 commit 5edc4a9Copy full SHA for 5edc4a9
tasks/e2e-simple.sh
@@ -72,6 +72,11 @@ grep -v "lerna bootstrap" package.json > temp && mv temp package.json
72
npm install
73
mv package.json.bak package.json
74
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
+
80
# If the node version is < 4, the script should just give an error.
81
if [[ `node --version | sed -e 's/^v//' -e 's/\..*//g'` -lt 4 ]]
82
then
0 commit comments