diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4613936..9c94c45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,10 @@ jobs: with: node-version: 20 cache: "pnpm" - - name: Lint & Fix - run: pnpm lint:fix - name: Install run: pnpm install + - name: Lint & Fix + run: pnpm lint:fix - name: Build run: pnpm build - name: Test