Skip to content

Commit

Permalink
ci: rebuild the package
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-stephanie committed Jul 21, 2024
1 parent 790e4ed commit 83cd037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 83cd037

Please sign in to comment.