Skip to content

Commit d0c6918

Browse files
committed
adds publish script
1 parent 524f64b commit d0c6918

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": "node_modules/.bin/ng",
66
"build:demo": "npm run ng build",
77
"serve:demo": "npm run ng serve",
8-
"build-demo-gh-pages": "npm run ng build -- --prod"
8+
"build-demo-gh-pages": "npm run ng build -- --prod",
9+
"publish:lib": "cd ./projects/ngx-captcha-lib && npm run publish:lib"
910
},
1011
"private": true,
1112
"dependencies": {

0 commit comments

Comments
 (0)