Skip to content

Commit

Permalink
fix: don't run build script on cloud function deploy (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide authored Jan 2, 2025
1 parent 9c41281 commit 51c9d01
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 @@ -9,6 +9,8 @@
"scripts": {
"prebuild": "node tools/clean-dist-files.js",
"build": "tsc && node tools/copy-dist-files.js",
"//gcp-build": "Don't run any build steps on cloud run. See https://cloud.google.com/functions/docs/concepts/nodejs-runtime#npm_build_script/",
"gcp-build": "",
"test": "jest src",
"pree2e": "pnpm run build",
"e2e": "jest e2e"
Expand Down

0 comments on commit 51c9d01

Please sign in to comment.