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 9d86d06 commit 2c0924aCopy full SHA for 2c0924a
1 file changed
Rakefile
@@ -24,6 +24,7 @@ task :test_setup do
24
bin/rake db:environment:set db:drop && \
25
bin/rake gutentag:install:migrations && \
26
bin/rails g gutentag:migration_versions && \
27
+ bin/rails g alchemy:devise:install --auto-accept --skip && \
28
bin/rails g solidus:install --force --auto-accept --no-seed --no-sample #{solidus_install_options} && \
29
bin/rails g solidus_frontend:install --force --auto-accept && \
30
bin/rails javascript:install:esbuild && \
0 commit comments