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 0318673 commit c6d6f56Copy full SHA for c6d6f56
package.json
@@ -61,7 +61,7 @@
61
"dev": "tsup --watch src",
62
"lint": "eslint .",
63
"play": "npm -C playground run dev",
64
- "release": "bumpp --commit --push --tag && pnpm publish",
+ "release": "bumpp --commit --push --tag && pnpm publish --registry=https://registry.npmjs.org/",
65
"start": "esno src/index.ts",
66
"test": "vitest"
67
},
0 commit comments