mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 10:26:21 +00:00
fix: solo llamar a rails
This commit is contained in:
parent
0b87e9753e
commit
c4600edb6a
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ tasks:
|
|||
cmds:
|
||||
- "git lfs fetch"
|
||||
- "git lfs checkout"
|
||||
- "go-task bundle rails -- webpacker:clobber RAILS_ENV=production"
|
||||
- "go-task bundle rails -- assets:precompile RAILS_ENV=production"
|
||||
- "go-task bundle rails -- assets:clean RAILS_ENV=production"
|
||||
- "go-task rails -- webpacker:clobber RAILS_ENV=production"
|
||||
- "go-task rails -- assets:precompile RAILS_ENV=production"
|
||||
- "go-task rails -- assets:clean RAILS_ENV=production"
|
||||
sources:
|
||||
- "package.json"
|
||||
- "yarn.lock"
|
||||
|
|
Loading…
Reference in a new issue