Skip to content

Commit

Permalink
[chore] tmp for publish ui only
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrower committed Nov 29, 2024
1 parent ad47c73 commit 3c719af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/continuous-delivery/src/utils/npmUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ export class NpmUtils {
log(`pnpm filter "${pnpmFilter}".`);
log(`pnpm options "${pnpmOptions}".`);

if (nonSemcoreUiPatches.length !== 0) {
if (!prerelease && !process.argv.includes('--dry-run')) {
await NpmUtils.uploadStatic(pnpmFilter);
}

await this.publishComponents(pnpmFilter, pnpmOptions);
}
// if (nonSemcoreUiPatches.length !== 0) {
// if (!prerelease && !process.argv.includes('--dry-run')) {
// await NpmUtils.uploadStatic(pnpmFilter);
// }
//
// await this.publishComponents(pnpmFilter, pnpmOptions);
// }
if (hasSemcoreUi) {
await this.publishSemcoreUi(pnpmOptions);
}
Expand Down

0 comments on commit 3c719af

Please sign in to comment.