We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e533f17 commit e649e03Copy full SHA for e649e03
package.json
@@ -24,7 +24,7 @@
24
"test": "ng test",
25
"lint": "ng lint",
26
"e2e": "ng e2e",
27
- "publish": "cd dist/@coreui/angular/ && npm publish",
+ "publish": "cd dist/@coreui/angular/ && npm publish --tag next --dry-run",
28
"link": "cd dist/@coreui/angular/ && npm link",
29
"release-version": "node build/change-version.js"
30
},
0 commit comments