File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " ngx-captcha-source" ,
33 "version" : " 0.0.0" ,
44 "scripts" : {
5- "ng" : " ng" ,
6- "build:demo" : " ng build" ,
7- "serve:demo" : " ng serve" ,
8- "build-demo-gh-pages" : " ng build --prod"
5+ "ng" : " node_modules/.bin/ ng" ,
6+ "build:demo" : " npm run ng build" ,
7+ "serve:demo" : " npm run ng serve" ,
8+ "build-demo-gh-pages" : " npm run ng build --prod"
99 },
1010 "private" : true ,
1111 "dependencies" : {
Original file line number Diff line number Diff line change 2121 ],
2222 "private" : false ,
2323 "scripts" : {
24- "build:lib" : " ng build ngx-captcha-lib" ,
24+ "ng" : " cd ../../ && npm run ng" ,
25+ "build:lib" : " npm run ng build ngx-captcha-lib" ,
2526 "publish:lib" : " npm run build:lib && npm publish dist" ,
2627 "prepublishOnly" : " npm run prevent-publish" ,
2728 "prevent-publish" : " node prevent-publish"
You can’t perform that action at this time.
0 commit comments