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

Commit 0486e85

Browse files
tinayuangaoThomasBurleson
authored andcommitted
fix(release): Fix release script by removing ',' of the last item in the list
1 parent db8029a commit 0486e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
comment(!isDryRun ? '' : `Publishing @angular/${SOURCE_REPO} ${newVersion} to npm`),
330330
`${skipOnDryRun} npm publish`,
331331

332-
'cd ../',
332+
'cd ../'
333333
);
334334

335335
function stringifyFunction (method) {
@@ -400,7 +400,7 @@
400400
`cd ${WIKI_LOCAL}`,
401401
'git add .',
402402
`git commit -m "docs(wiki): update to version ${newVersion}"`,
403-
`${skipOnDryRun} git push ${ORIGIN_WIKI} master`,
403+
`${skipOnDryRun} git push ${ORIGIN_WIKI} master`
404404
)
405405
}
406406

0 commit comments

Comments
 (0)