Skip to content

Commit

Permalink
build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
davidf committed Apr 8, 2020
1 parent f5a42ea commit f75884c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-publish": "npm run build && npm run publish",
"test": "ng test",
"test-build-publish": "npm run test && npm run build && cd dist/ngx-logger && npm publish",
"test": "ng test --project=ngx-logger --watch=false",
"test-watch": "ng test --project=ngx-logger --watch=true",
"lint": "ng lint",
"e2e": "ng e2e",
"demo": "ng build && ng serve demo -o",
"publish": "cd dist/ngx-logger && npm publish"
"demo": "ng build && ng serve demo -o"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f75884c

Please sign in to comment.