We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afda5a6 commit e91eeaeCopy full SHA for e91eeae
package.json
@@ -24,8 +24,8 @@
24
"test": "ng test",
25
"lint": "ng lint",
26
"e2e": "ng e2e",
27
- "prepublish": "ng test @coreui/angular --watch=false && ng e2e && ng build @coreui/angular --configuration production",
28
- "publish": "cd dist/@coreui/angular/ && npm publish --tag v2-lts --dry-run",
+ "prepublish-lib": "ng test @coreui/angular --watch=false && ng e2e && ng build @coreui/angular --configuration production",
+ "publish-lib": "cd dist/@coreui/angular/ && npm publish --tag v2-lts --dry-run",
29
"link": "cd dist/@coreui/angular/ && npm link",
30
"release-version": "node build/change-version.js"
31
},
0 commit comments