diff --git a/.github/workflows/_performance-budget.yml b/.github/workflows/_performance-budget.yml index c420649b..cb6c8ec4 100644 --- a/.github/workflows/_performance-budget.yml +++ b/.github/workflows/_performance-budget.yml @@ -44,19 +44,14 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - - name: Install dependencies - run: pnpm install - - 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: ./packages/design \ No newline at end of file