From 9577975a21c6bb7258a77d6535e9df1b3a72ac98 Mon Sep 17 00:00:00 2001 From: ethangardner Date: Wed, 18 Dec 2024 16:44:25 -0500 Subject: [PATCH] test design package --- .github/workflows/_performance-budget.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_performance-budget.yml b/.github/workflows/_performance-budget.yml index 5312f3c26..aa159ba90 100644 --- a/.github/workflows/_performance-budget.yml +++ b/.github/workflows/_performance-budget.yml @@ -51,12 +51,12 @@ jobs: - name: Build run: pnpm build - - uses: andresz1/size-limit-action@v1.8.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - package_manager: pnpm - skip_step: build - directory: ./apps/spotlight +# - uses: andresz1/size-limit-action@v1.8.0 +# with: +# github_token: ${{ secrets.GITHUB_TOKEN }} +# package_manager: pnpm +# skip_step: build +# directory: ./apps/spotlight - uses: andresz1/size-limit-action@v1.8.0 with: