Skip to content

Commit c5a4294

Browse files
committed
Update deploy.rb
1 parent 45b4f28 commit c5a4294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
after :updated, :precompile_assets do
4949
on roles(:app) do
5050
within release_path do
51-
execute "pnpm install --silent --force"
51+
execute :pnpm, "install --silent --force"
5252
execute :rake, "assets:precompile"
5353
end
5454
end

0 commit comments

Comments
 (0)