Skip to content

Commit 163e252

Browse files
committed
temp fix: set +x for tasks/pack.sh in e2e.sh
1 parent 2a33b57 commit 163e252

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/e2e.sh

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ cd ..
4545
# If you run it locally, you'll need to `git checkout -- package.json`.
4646
perl -i -p0e 's/bundledDependencies.*?]/bundledDependencies": []/s' package.json
4747

48+
# TODO: tasks/pack.sh should have +x permissions
49+
chmod a+x tasks/pack.sh
50+
4851
# Pack react-scripts
4952
npm install
5053
scripts_path=$PWD/`tasks/pack.sh`

0 commit comments

Comments
 (0)