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 4256204 commit f092a8cCopy full SHA for f092a8c
bin/setup
@@ -15,7 +15,7 @@ def setup
15
16
log "Installing Solidus"
17
if !File.exist?("config/initializers/spree.rb")
18
- system! "bin/rails generate solidus:install --auto-accept --payment-method=none"
+ system! "bin/rails generate solidus:install --auto-accept --payment-method=none --seed"
19
else
20
log "Solidus already installed, skipping..."
21
end
bin/setup.backup
0 commit comments