Skip to content

Commit e91eeae

Browse files
committed
chore: prepublish rename
1 parent afda5a6 commit e91eeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"test": "ng test",
2525
"lint": "ng lint",
2626
"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",
27+
"prepublish-lib": "ng test @coreui/angular --watch=false && ng e2e && ng build @coreui/angular --configuration production",
28+
"publish-lib": "cd dist/@coreui/angular/ && npm publish --tag v2-lts --dry-run",
2929
"link": "cd dist/@coreui/angular/ && npm link",
3030
"release-version": "node build/change-version.js"
3131
},

0 commit comments

Comments
 (0)