Skip to content

Commit 69fc9f4

Browse files
committed
fix: add TypeScript type checking to the release script
1 parent f88f2fb commit 69fc9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
5151
"docs": "pnpm dev:prepare && nuxt dev docs --uiDev",
5252
"docs:build": "pnpm dev:prepare && nuxt build docs",
53-
"release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
53+
"release": "pnpm lint && pnpm test && pnpm typecheck && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
5454
"lint": "eslint .",
5555
"lint:fix": "eslint . --fix",
5656
"test": "cd playground/ && vitest run",

0 commit comments

Comments
 (0)