Skip to content

Commit 517b548

Browse files
committed
npm commands
1 parent 777acc2 commit 517b548

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
@@ -20,7 +20,8 @@
2020
"test:demo": "ng test angular-admin-lte-demo",
2121
"test:lib": "ng test angular-admin-lte",
2222
"lint": "ng lint",
23-
"e2e": "ng e2e"
23+
"e2e": "ng e2e",
24+
"publish:lib": "npm publish dist/angular-admin-lte"
2425
},
2526
"repository": {
2627
"type": "git",

0 commit comments

Comments
 (0)