Skip to content

Commit

Permalink
chore: prepare package.json to publish lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mselerin committed Oct 3, 2018
1 parent 403ac14 commit d35e8c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run build:lib && npm copy:docs",
"build": "npm run build:lib",
"test": "npm run test:lib && npm run build:lib && npm run test:app",
"build:app": "ng build --prod",
"build:lib": "ng build ngx-security",
"build:lib": "ng build ngx-security && npm run copy:docs",
"watch:lib": "ng build ngx-security --watch",
"test:app": "jest --config ./jest.app.config.js",
"test:lib": "jest --config ./jest.lib.config.js",
"lint": "ng lint",
"e2e": "ng e2e",
"release": "lerna version --no-push",
"copy:docs": "cpx {LICENSE,README.md} dist/ngx-security"
"copy:docs": "cpx {LICENSE,README.md} dist/ngx-security",
"publish:lib": "npm run build:lib && cd dist/ngx-security"
},
"dependencies": {
"@angular/animations": "^6.1.0",
Expand Down

0 comments on commit d35e8c7

Please sign in to comment.