From 726ff4561f99c590dcb6854491dc4412d2c201e5 Mon Sep 17 00:00:00 2001 From: joshunrau Date: Thu, 9 Oct 2025 11:06:04 -0400 Subject: [PATCH] generate env in ci --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87ce8ceb6..9ffe9477f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,9 @@ jobs: with: cache: 'pnpm' node-version-file: '.nvmrc' - - name: Install dependencies + - name: Generate Environment + run: ./scripts/generate-env.sh + - name: Install Dependencies run: pnpm install --frozen-lockfile - name: Lint run: pnpm lint