Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwuapps committed Apr 7, 2024
1 parent a332116 commit 0546341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function releaseCore() {
function syncVersionToWrappers() {
console.log(`2️⃣ STEP 2. Sync version to wrappers`);
try {
execSync('pnpm run release-prep-wrappers', { stdio: 'inherit' });
execSync('pnpm run gg release-prep-wrappers', { stdio: 'inherit' });
console.log('✅ React and Vue packages have been synced.');
} catch (error) {
console.error('❎ Error:', error);
Expand Down

0 comments on commit 0546341

Please sign in to comment.