We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c41281 commit 51c9d01Copy full SHA for 51c9d01
package.json
@@ -9,6 +9,8 @@
9
"scripts": {
10
"prebuild": "node tools/clean-dist-files.js",
11
"build": "tsc && node tools/copy-dist-files.js",
12
+ "//gcp-build": "Don't run any build steps on cloud run. See https://cloud.google.com/functions/docs/concepts/nodejs-runtime#npm_build_script/",
13
+ "gcp-build": "",
14
"test": "jest src",
15
"pree2e": "pnpm run build",
16
"e2e": "jest e2e"
0 commit comments