Skip to content

Commit

Permalink
Change command position of admin script linking
Browse files Browse the repository at this point in the history
Change the command position of the admin package link during the dummy app installation. Otherwise the alchemy:install - step will reinstall the package.
  • Loading branch information
sascha-karnatz committed May 24, 2023
1 parent a4fccda commit 6db555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ namespace :alchemy do
yarn install && \
yarn link && \
cd spec/dummy && \
yarn link @alchemy_cms/admin && \
export RAILS_ENV=test && \
bin/rake db:create && \
bin/rake db:environment:set && \
bin/rake db:migrate:reset && \
bin/rails javascript:install:esbuild && \
bin/rails g alchemy:install --skip --skip-demo-files --auto-accept --skip-db-create && \
yarn link @alchemy_cms/admin && \
bin/rails javascript:build && \
cd -
BASH
Expand Down

0 comments on commit 6db555a

Please sign in to comment.