mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:36:21 +00:00
parent
d3ed9bff7b
commit
380d80ded4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class DeployLocal < Deploy
|
||||||
def yarn
|
def yarn
|
||||||
return true unless yarn_lock?
|
return true unless yarn_lock?
|
||||||
|
|
||||||
run 'yarn'
|
run 'yarn install --production'
|
||||||
end
|
end
|
||||||
|
|
||||||
def bundle
|
def bundle
|
||||||
|
|
Loading…
Reference in a new issue