5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-26 12:26:08 +00:00

fix: solo llamar a rails

This commit is contained in:
f 2024-01-10 11:43:13 -03:00
parent 0b87e9753e
commit c4600edb6a
No known key found for this signature in database

View file

@ -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"