We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99517a commit d10ee6fCopy full SHA for d10ee6f
packages/typer-diff/package.json
@@ -27,7 +27,7 @@
27
"build": "tsup index.ts --format cjs,esm --dts --minify",
28
"dev": "tsup index.ts --format cjs,esm --dts --watch",
29
"lint": "tsc",
30
- "release": "pnpm run build && pnpm test && pnpm run publish",
+ "release": "pnpm run build && pnpm test && pnpm publish",
31
"test": "vitest"
32
},
33
"dependencies": {
0 commit comments