From 39fade5fc00181759fd439c8b6ff8cbe3030c5f4 Mon Sep 17 00:00:00 2001 From: ethangardner Date: Wed, 18 Dec 2024 16:52:15 -0500 Subject: [PATCH] Revert "test design package" This reverts commit 9577975a21c6bb7258a77d6535e9df1b3a72ac98. --- .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 aa159ba9..5312f3c2 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: