Skip to content

Commit 0b6a8ec

Browse files
committed
chore: fix publish
1 parent 9624fc3 commit 0b6a8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"lint:fix": "pnpm run lint --fix",
6060
"test": "vitest",
6161
"test:deno": "cd tests/deno && deno run --allow-net --import-map=import_map.json --allow-env index.ts",
62-
"release": "bumpp && npm publish",
63-
"prepublishOnly": "npm run build"
62+
"release": "bumpp && pnpm publish",
63+
"prepublishOnly": "pnpm run build"
6464
},
6565
"dependencies": {
6666
"eventemitter3": "^5.0.1",

0 commit comments

Comments
 (0)