5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 23:55:46 +00:00

fix: typo

This commit is contained in:
f 2023-03-27 14:08:19 -03:00
parent bfe545aa33
commit 58cb3a7bae

View file

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