Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
feat: add sync command log (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 authored Oct 12, 2022
1 parent f29f6a6 commit 22d9b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publishPackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ getPackageInfos(publishTag).then((packageInfos: IPackageInfo[]) => {
}
console.log(`[PUBLISH PACKAGE PRODUCTION] Complete (count=${publishedCount}):`);
console.log(`${publishedPackages.join('\n')}`);
console.log(`[TNPM SYNC PACKAGES] tnpm sync ${publishedPackages.map((p: string) => p.split(':')[0]).join(' ')}`);
setPublishedPackages(publishedPackages);
});

1 comment on commit 22d9b21

@vercel
Copy link

@vercel vercel bot commented on 22d9b21 Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ice-v3 – ./

ice-v3-ice-v3.vercel.app
ice-v3.vercel.app
ice-v3-git-release-next-ice-v3.vercel.app

Please sign in to comment.