Skip to content

Commit

Permalink
(BSR) fix(proxy): add predeploy explicitly to deploy command #7483
Browse files Browse the repository at this point in the history
  • Loading branch information
tprache-pass authored Jan 7, 2025
1 parent 28ecbdf commit 74d9a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"build": "tsc --build && cp package.json build",
"predeploy": "yarn build",
"deploy": "gcloud app deploy --quiet",
"deploy": "yarn predeploy && gcloud app deploy --quiet",
"deploy:testing": "cat .env.testing > .env && sed -i.back -e '/web-proxy-testing/! s/web-proxy/web-proxy-testing/g' app.yaml && yarn deploy",
"deploy:perf": "cat .env.perf > .env && sed -i.back -e '/web-proxy-perf/! s/web-proxy/web-proxy-perf/g' app.yaml && yarn deploy",
"deploy:staging": "cat .env.staging > .env && sed -i.back -e '/web-proxy-staging/! s/web-proxy/web-proxy-staging/g' app.yaml && yarn deploy",
Expand Down

0 comments on commit 74d9a87

Please sign in to comment.