Skip to content

Commit

Permalink
fix: set store flag for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Jan 6, 2025
1 parent 4d6b00d commit f796339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
set :nvm_type, :user
set :nvm_node, 'v22.11.0'
set :nvm_map_bins, %w{node npm pnpm}
set :pnpm_flags, %w{--silent}
set :pnpm_flags, %w{--silent} + ["--store=#{shared_path}/node_modules"]

set :repository_cache, "git_cache"
set :deploy_via, :remote_cache
Expand Down

0 comments on commit f796339

Please sign in to comment.