Skip to content

Commit b3010a3

Browse files
committed
chore: publish on CI
1 parent 0006986 commit b3010a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build": "unbuild",
3939
"dev": "unbuild --stub",
4040
"test": "vitest",
41-
"release": "bumpp && pnpm publish",
41+
"release": "bumpp",
4242
"prepublishOnly": "pnpm run build"
4343
},
4444
"dependencies": {

playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"type": "module",
3+
"private": true,
34
"scripts": {
45
"sg": "node ../dist/index.mjs",
56
"dev": "vite",

0 commit comments

Comments
 (0)