Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 8531317

Browse files
committed
build: add publish script
1 parent d3cc56c commit 8531317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"dev": "ng build --watch",
8-
"build": "ng build --prod & node ./scripts/copy.mjs",
8+
"build": "ng build --prod && node ./scripts/copy.mjs",
9+
"publish": "npm run build && npm publish ./dist/ngx-socketio2",
910
"test": "ng test",
1011
"lint": "ng lint",
1112
"e2e": "ng e2e"

0 commit comments

Comments
 (0)