Skip to content

Commit c6d6f56

Browse files
chore
1 parent 0318673 commit c6d6f56

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
@@ -61,7 +61,7 @@
6161
"dev": "tsup --watch src",
6262
"lint": "eslint .",
6363
"play": "npm -C playground run dev",
64-
"release": "bumpp --commit --push --tag && pnpm publish",
64+
"release": "bumpp --commit --push --tag && pnpm publish --registry=https://registry.npmjs.org/",
6565
"start": "esno src/index.ts",
6666
"test": "vitest"
6767
},

0 commit comments

Comments
 (0)