Skip to content

Commit d7411a1

Browse files
committed
chore: update script
1 parent 6ed5fa7 commit d7411a1

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
@@ -10,7 +10,7 @@
1010
"dev": "esno src/index.ts",
1111
"build:package": "tsup-node src/index.ts --format cjs,esm --clean --dts --minify --shims",
1212
"generate:release": "npx changelogen@latest --release",
13-
"package:beta": "npm run build && npm publish --tag beta",
13+
"package:beta": "pnpm build:package && npm publish --tag beta",
1414
"package": "pnpm build:package && npm publish --access=public"
1515
},
1616
"exports": {

0 commit comments

Comments
 (0)