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