From be6ce75ca751d876f3fe0aaee926c474a8809656 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Tue, 10 Dec 2024 00:34:20 -0300 Subject: [PATCH] ci: use bun --production mode instead --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 49eaac5..d7785c2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - uses: oven-sh/setup-bun@v2 - name: Install dependencies - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --production - name: Build website run: bun run build - name: Upload Build Artifact