diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4389b1..ff02696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: pnpm run typecheck - name: Typecheck coverage - run: pnpm type-coverage + run: pnpm typecheck:coverage test: runs-on: ${{ matrix.os }} diff --git a/package.json b/package.json index cc0114c..4dc7392 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lint": "xo --prettier", "lint:fix": "xo --prettier --fix", "prepare": "simple-git-hooks", - "release": "npx bumpp --tag %s --commit 'chore: release %s'" + "release": "npx bumpp --tag %s --commit 'chore: release %s' && build" }, "dependencies": { "hast-util-from-html": "^2.0.1",