Skip to content

Commit aa57b3e

Browse files
Don't copy all storefront files to sandbox
1 parent bcb1343 commit aa57b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sandbox.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ RUBY
6868
bundle install --gemfile Gemfile
6969
bundle exec rails db:drop || true
7070
bundle exec rails db:create
71-
bundle exec rails g spree:install --auto-accept --user_class=Spree::User --enforce_available_locales=true --copy_views=false
71+
bundle exec rails g spree:install --auto-accept --user_class=Spree::User --enforce_available_locales=true --copy_storefront=false
7272
bundle exec rails g spree:auth:install
7373
bundle exec rails g spree_gateway:install

0 commit comments

Comments
 (0)