Skip to content

Commit

Permalink
Merge pull request #3326 from nebulab/kennyadsl/no-webpacker-sandbox
Browse files Browse the repository at this point in the history
Avoid installing webpacker in sandbox
  • Loading branch information
kennyadsl authored Sep 9, 2019
2 parents eff22e6 + 5f253b4 commit 8862d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sandbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bundle exec rails new sandbox --database="$RAILSDB" \
--skip-rc \
--skip-spring \
--skip-test \
--skip-yarn
--skip-javascript

if [ ! -d "sandbox" ]; then
echo 'sandbox rails application failed'
Expand Down

0 comments on commit 8862d11

Please sign in to comment.