Skip to content

Commit a54db33

Browse files
committed
build: only publish with vsce
1 parent 914cc22 commit a54db33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"build": "tsup",
5050
"check": "tsc --noEmit",
5151
"ci:package": "vsce package",
52-
"ci:publish": "ovsx publish --skip-duplicate && vsce publish --skip-duplicate",
52+
"ci:publish": "vsce publish --skip-duplicate",
5353
"ci:version": "changeset version && pnpm i --lockfile-only --engine-strict=false",
5454
"ci:update": "tsx scripts/fetch-apis.ts",
5555
"dev": "tsup --watch",

0 commit comments

Comments
 (0)