We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a2797 commit 26786ddCopy full SHA for 26786dd
cloudbuild.yaml
@@ -1,8 +1,10 @@
1
steps:
2
- - name: "gcr.io/cloud-builders/npm"
3
- args: ["ci"]
4
5
- args: ["run", "build"]
+ - name: "node:24-bookworm"
+ entrypoint: "bash"
+ args: ["-lc", "npm ci"]
6
7
+ args: ["-lc", "npm run build"]
8
- name: "gcr.io/cloud-builders/docker"
9
args:
10
- "build"
0 commit comments