Skip to content

Commit 0484330

Browse files
committed
ci: add pnpm check
1 parent 41c416d commit 0484330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"scripts": {
2929
"build": "tsup",
30+
"check": "pnpm lint && pnpm tsc",
3031
"dev": "tsup --watch",
3132
"publish:ci": "pnpm build && pnpm changeset publish",
3233
"publish:version": "pnpm changeset version && pnpm format",

0 commit comments

Comments
 (0)