Skip to content

Commit 0db3964

Browse files
committed
[JS] remove pnpm install as bazel should do its work
1 parent 0e711fb commit 0db3964

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Rakefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -544,11 +544,6 @@ namespace :node do
544544
File.open(file, 'w') { |f| f.puts text }
545545
@git.add(file)
546546
end
547-
548-
# Update package dependencies with pnpm at root level for woprksapce
549-
sh 'pnpm install', verbose: true
550-
# Add the root pnpm-lock.yaml file
551-
@git.add('pnpm-lock.yaml')
552547
end
553548
end
554549

0 commit comments

Comments
 (0)