Skip to content

Commit

Permalink
temp fix: set +x for tasks/pack.sh in e2e.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiansen committed Jul 28, 2016
1 parent 2a33b57 commit 163e252
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ cd ..
# If you run it locally, you'll need to `git checkout -- package.json`.
perl -i -p0e 's/bundledDependencies.*?]/bundledDependencies": []/s' package.json

# TODO: tasks/pack.sh should have +x permissions
chmod a+x tasks/pack.sh

# Pack react-scripts
npm install
scripts_path=$PWD/`tasks/pack.sh`
Expand Down

0 comments on commit 163e252

Please sign in to comment.