From a5d65cc344501b8bc8d23918d80bc59aac8b6e67 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 24 May 2024 22:04:06 +0000 Subject: [PATCH] skip gcp build --- app.yaml | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index fa6e6f9..121a428 100644 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -runtime: nodejs18 +runtime: REPLACE_IN_PIPELINE instance_class: F1 service: REPLACE_IN_PIPELINE diff --git a/package.json b/package.json index f3a6b3e..2e8485e 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dev": "vite", "start": "serve -s dist", "build": "tsc && vite build", + "gcp-build": "", "preview": "vite preview", "test": "vitest run", "test:coverage": "vitest run --coverage",