Skip to content

Commit 34a9f97

Browse files
committed
Fix node_package rake task for workspace structure
Use yarn yalc publish instead of yalc publish to work with private workspace root introduced in PR #1830. �� Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e4a9a64 commit 34a9f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/node_package.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace :node_package do
77

88
task :build do
99
puts "Building Node Package and running 'yalc publish'"
10-
sh "yarn run build && yalc publish"
10+
sh "yarn run build && yarn yalc publish"
1111
end
1212
end
1313

0 commit comments

Comments
 (0)