Skip to content

Commit

Permalink
Include npm scripts to serve staging or production
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensearle committed Sep 16, 2020
1 parent 696d567 commit c7f1d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"serve": "vue-cli-service serve --mode develop",
"build": "vue-cli-service build --mode develop;",
"deploy": "vue-cli-service build --mode develop; firebase deploy --only hosting:develop-admin-app -P develop",
"staging:serve": "vue-cli-service serve --mode staging",
"production:serve": "vue-cli-service serve --mode production",
"build-develop": "vue-cli-service build --mode develop",
"build-staging": "vue-cli-service build --mode staging",
"build-production": "vue-cli-service build --mode production",
Expand Down

0 comments on commit c7f1d41

Please sign in to comment.