Skip to content

Commit ad0869e

Browse files
committed
chore(npm): add publish script
1 parent f771fa8 commit ad0869e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"start": "ng serve",
77
"lib:copy-assets": "cp README.md LICENSE dist/angular-feather",
88
"lib:build": "ng build angular-feather --prod && npm run lib:copy-assets",
9+
"lib:publish": "npm publish dist/angular-feather",
910
"test": "ng test",
1011
"lint": "ng lint"
1112
},

0 commit comments

Comments
 (0)