We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a33b57 commit 163e252Copy full SHA for 163e252
tasks/e2e.sh
@@ -45,6 +45,9 @@ cd ..
45
# If you run it locally, you'll need to `git checkout -- package.json`.
46
perl -i -p0e 's/bundledDependencies.*?]/bundledDependencies": []/s' package.json
47
48
+# TODO: tasks/pack.sh should have +x permissions
49
+chmod a+x tasks/pack.sh
50
+
51
# Pack react-scripts
52
npm install
53
scripts_path=$PWD/`tasks/pack.sh`
0 commit comments