Skip to content

Commit e649e03

Browse files
committed
chore: add --tag next --dry-run to npm publish
1 parent e533f17 commit e649e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "ng test",
2525
"lint": "ng lint",
2626
"e2e": "ng e2e",
27-
"publish": "cd dist/@coreui/angular/ && npm publish",
27+
"publish": "cd dist/@coreui/angular/ && npm publish --tag next --dry-run",
2828
"link": "cd dist/@coreui/angular/ && npm link",
2929
"release-version": "node build/change-version.js"
3030
},

0 commit comments

Comments
 (0)