Skip to content

Commit

Permalink
deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
briancodes committed Sep 5, 2019
1 parent 8c863bb commit 2f33c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"e2e": "ng e2e",
"build:lib": "ng build ngx-theme-service && npm run copy:readme",
"test:lib": "ng test ngx-theme-service",
"copy:readme": "copyfiles README.md dist/ngx-theme-service"
"copy:readme": "copyfiles README.md dist/ngx-theme-service",
"deploy": "ng build --prod && cd dist/demo && firebase deploy"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 2f33c13

Please sign in to comment.