Skip to content

Commit 11be692

Browse files
author
Alexander Kharkovey
committed
feat(json-api-nestjs-sdk): try to publish
1 parent 0340dc5 commit 11be692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/semrel/src/builders/release/executor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export async function runRelease(
5252
// preparePlugin({ publishable, publishPath }),
5353
commitAnalyzer({ project }),
5454
releaseNotesGenerator({ project }),
55-
// npm({ publishable, publishPath }),
56-
// platformPlugin(options, builderContext),
55+
npm({ publishable, publishPath }),
56+
platformPlugin(options, builderContext),
5757
]),
5858
},
5959
{

0 commit comments

Comments
 (0)