Skip to content

Commit 722fc3f

Browse files
committed
chore: np --no-release-draft
1 parent cbfab17 commit 722fc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type-check": "tsc --noEmit",
1717
"update-appcast": "node scripts/update-appcast.js",
1818
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
19-
"pub": "np --no-publish",
19+
"pub": "np --no-publish --no-release-draft",
2020
"version": "npm run changelog && git add ."
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)