Skip to content

Commit cae16c1

Browse files
committed
build: use changeset publish
1 parent 2fb1bdd commit cae16c1

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
@@ -55,7 +55,7 @@
5555
"onStartupFinished"
5656
],
5757
"scripts": {
58-
"ci:release": "changeset tag && pnpm ci:publish",
58+
"ci:release": "changeset publish && pnpm ci:publish",
5959
"ci:version": "changeset version && pnpm install --lockfile-only --engine-strict=false",
6060
"ci:publish": "vsce publish --no-dependencies",
6161
"vscode:prepublish": "pnpm build",

0 commit comments

Comments
 (0)