From 1b00407cce746715c948504593294f970d6b50b3 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Damaschke Date: Tue, 2 Jan 2024 02:33:33 +0100 Subject: [PATCH] ci(ci): :green_heart: Updated ci workflow --- .../workflows/azure-static-web-apps-icy-glacier-0865d4503.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-icy-glacier-0865d4503.yml b/.github/workflows/azure-static-web-apps-icy-glacier-0865d4503.yml index 95e2654..025f39e 100644 --- a/.github/workflows/azure-static-web-apps-icy-glacier-0865d4503.yml +++ b/.github/workflows/azure-static-web-apps-icy-glacier-0865d4503.yml @@ -31,7 +31,8 @@ jobs: output_location: "/playground/.output/public" env: PRE_BUILD_COMMAND: npm install -g pnpm - CUSTOM_BUILD_COMMAND: pnpm install && pnpm -w run dev:build + CUSTOM_BUILD_COMMAND: pnpm install && pnpm -w run dev:prepare && pnpm -w run dev:build + NODE_VERSION: 18.17.1 close_pull_request_job: if: github.event_name == 'pull_request' && github.event.action == 'closed'