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 9624fc3 commit 0b6a8ecCopy full SHA for 0b6a8ec
package.json
@@ -59,8 +59,8 @@
59
"lint:fix": "pnpm run lint --fix",
60
"test": "vitest",
61
"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"
+ "release": "bumpp && pnpm publish",
+ "prepublishOnly": "pnpm run build"
64
},
65
"dependencies": {
66
"eventemitter3": "^5.0.1",
0 commit comments