From 72ecd831a38e7cc6585bbd4365c95a29a0b48de9 Mon Sep 17 00:00:00 2001 From: Alessio Gravili Date: Mon, 14 Jul 2025 10:33:15 -0700 Subject: [PATCH] fix: run build --- .github/workflows/post-release-templates.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/post-release-templates.yml b/.github/workflows/post-release-templates.yml index 71c0a9739c5..bf6f1f0b3fd 100644 --- a/.github/workflows/post-release-templates.yml +++ b/.github/workflows/post-release-templates.yml @@ -82,6 +82,11 @@ jobs: with: mongodb-version: 6.0 + # The template generation script runs import map generation which needs the built payload bin scripts + - run: pnpm run build:all + env: + DO_NOT_TRACK: 1 # Disable Turbopack telemetry + - name: Update template lockfiles and migrations run: pnpm script:gen-templates