5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-06 18:06:56 +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 run 'yarn install --production', output: output
end end
def pnpm(output: output) def pnpm(output: false)
return true unless pnpm_lock? return true unless pnpm_lock?
run %(pnpm config set store-dir "#{pnpm_cache_dir}"), output: output run %(pnpm config set store-dir "#{pnpm_cache_dir}"), output: output