Skip to content

Commit

Permalink
Fix ng script
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Jan 17, 2019
1 parent 8520f4f commit df9877c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-paypal-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
],
"private": false,
"scripts": {
"build:lib": "ng build ngx-paypal-lib",
"ng": "cd ../../ && npm run ng",
"build:lib": "npm run ng -- build ngx-paypal-lib",
"publish:lib": "npm run build:lib && npm publish dist",
"prepublishOnly": "npm run preventPublish",
"preventPublish": "node prevent-publish"
Expand Down

0 comments on commit df9877c

Please sign in to comment.