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 6ed5fa7 commit d7411a1Copy full SHA for d7411a1
package.json
@@ -10,7 +10,7 @@
10
"dev": "esno src/index.ts",
11
"build:package": "tsup-node src/index.ts --format cjs,esm --clean --dts --minify --shims",
12
"generate:release": "npx changelogen@latest --release",
13
- "package:beta": "npm run build && npm publish --tag beta",
+ "package:beta": "pnpm build:package && npm publish --tag beta",
14
"package": "pnpm build:package && npm publish --access=public"
15
},
16
"exports": {
0 commit comments