Update silverfin shell
All checks were successful
Cachix / build (kholinar) (push) Successful in 4m23s
Cachix / build (marabethia) (push) Successful in 3m53s
Cachix / build (elendel) (push) Successful in 2m4s

This commit is contained in:
Charlotte Van Petegem 2025-06-16 16:58:43 +02:00
parent 3ec58c0152
commit 5105bc7915
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -25,7 +25,7 @@ pkgs.devshell.mkShell {
category = "[general commands]";
help = "Force reset test assets";
command = ''
RAILS_ENV=test bundle exec rake webpacker:clobber && RAILS_ENV=test bundle exec rake webpacker:compile
RAILS_ENV=test bundle exec rake shakapacker:clobber && RAILS_ENV=test bundle exec rake shakapacker:compile
'';
}
{
@ -33,7 +33,7 @@ pkgs.devshell.mkShell {
category = "[general commands]";
help = "Force reset translations for JS inclusion";
command = ''
WEBPACKER_PRECOMPILE=false bundle exec rails assets:precompile
SHAKAPACKER_PRECOMPILE=false bundle exec rails assets:precompile
'';
}
];