We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release
1 parent f88f2fb commit 69fc9f4Copy full SHA for 69fc9f4
package.json
@@ -50,7 +50,7 @@
50
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
51
"docs": "pnpm dev:prepare && nuxt dev docs --uiDev",
52
"docs:build": "pnpm dev:prepare && nuxt build docs",
53
- "release": "pnpm lint && pnpm test && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
+ "release": "pnpm lint && pnpm test && pnpm typecheck && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
54
"lint": "eslint .",
55
"lint:fix": "eslint . --fix",
56
"test": "cd playground/ && vitest run",
0 commit comments