mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 15:46:22 +00:00
fix: typo
This commit is contained in:
parent
bfe545aa33
commit
58cb3a7bae
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class DeployLocal < Deploy
|
|||
run 'yarn install --production', output: output
|
||||
end
|
||||
|
||||
def pnpm(output: output)
|
||||
def pnpm(output: false)
|
||||
return true unless pnpm_lock?
|
||||
|
||||
run %(pnpm config set store-dir "#{pnpm_cache_dir}"), output: output
|
||||
|
|
Loading…
Reference in a new issue