Update silverfin shell
This commit is contained in:
parent
3ec58c0152
commit
5105bc7915
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ pkgs.devshell.mkShell {
|
||||||
category = "[general commands]";
|
category = "[general commands]";
|
||||||
help = "Force reset test assets";
|
help = "Force reset test assets";
|
||||||
command = ''
|
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]";
|
category = "[general commands]";
|
||||||
help = "Force reset translations for JS inclusion";
|
help = "Force reset translations for JS inclusion";
|
||||||
command = ''
|
command = ''
|
||||||
WEBPACKER_PRECOMPILE=false bundle exec rails assets:precompile
|
SHAKAPACKER_PRECOMPILE=false bundle exec rails assets:precompile
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue