Skip to content

Commit

Permalink
fix: Replacing yarn with pnpm at capfile
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Jan 6, 2025
1 parent fe52fcc commit 4d6b00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require "capistrano/scm/git"
install_plugin Capistrano::SCM::Git

require 'capistrano/nvm'
require 'capistrano/yarn'
require 'capistrano/pnpm'
require 'capistrano/passenger'

# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Expand Down

0 comments on commit 4d6b00d

Please sign in to comment.