Skip to content

Commit 1ccc0f9

Browse files
committed
chore: use npm publish
1 parent f71161e commit 1ccc0f9

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
@@ -28,7 +28,7 @@
2828
"dev": "vitest",
2929
"lint": "eslint src",
3030
"prepack": "unbuild",
31-
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
31+
"release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
3232
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
3333
},
3434
"dependencies": {
@@ -47,4 +47,4 @@
4747
"@nuxt/eslint-config": "^0.5.7"
4848
},
4949
"packageManager": "[email protected]"
50-
}
50+
}

0 commit comments

Comments
 (0)