Skip to content

Commit

Permalink
Add a command to build for the staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Dec 11, 2023
1 parent 5abaf93 commit 2ba01bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VUE_APP_GEMMA_BASE_URL=https://gemma-staging.msl.ubc.ca
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"stagebuild": "vue-cli-service build --mode=staging",
"devbuild": "vue-cli-service build --mode=development",
"lint": "vue-cli-service lint"
},
Expand Down

0 comments on commit 2ba01bd

Please sign in to comment.