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.
1 parent d39e811 commit 33f7ba4Copy full SHA for 33f7ba4
package.json
@@ -87,7 +87,7 @@
87
"nitro": "jiti ./src/cli/index.ts",
88
"node-ts": "node --disable-warning=ExperimentalWarning --experimental-strip-types",
89
"prepack": "pnpm build",
90
- "release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
+ "release": "pnpm test && pnpm build && changelogen --release --publish && git push --follow-tags",
91
"stub": "unbuild --stub",
92
"test": "pnpm lint && pnpm vitest run",
93
"test:fixture:types": "pnpm stub && jiti ./test/scripts/gen-fixture-types.ts && cd test/fixture && tsc --noEmit",
0 commit comments