Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Type check
run: pnpm type-check

- name: Build
run: pnpm build

- name: Prettier
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky",
"test": "vitest run --dir src",
"test": "vitest run",
"type-check": "tsc --noEmit",
"release": "pnpm run build && npm publish",
"publish:snapshot": "npm version prerelease --preid=snapshot --no-git-tag-version && npm publish --tag snapshot"
Expand Down
Loading
Loading