Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 8ebd78d

Browse files
chore(release): add missing npm publish command
1 parent b67de70 commit 8ebd78d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,10 @@
307307
'git pull --rebase --strategy=ours',
308308
`${skipOnDryRun} git push`,
309309
`${skipOnDryRun} git push --tags`,
310+
comment(!isDryRun ? '' : `Publishing @angular/flex-layout ${newVersion} to npm`),
311+
`${skipOnDryRun} npm publish`,
310312
'cd ../',
311-
comment(!isDryRun ? '' : `publish @angular/flex-layout v${newVersion} to npm`)
313+
312314
);
313315

314316
function stringifyFunction (method) {

0 commit comments

Comments
 (0)