Skip to content

Commit cb140cb

Browse files
committed
build: no-dependencies
Already bundling so not necessary, see microsoft/vscode-vsce#421
1 parent 5dc9c42 commit cb140cb

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
@@ -57,7 +57,7 @@
5757
"scripts": {
5858
"ci:release": "changeset tag && pnpm ci:publish",
5959
"ci:version": "changeset version && pnpm install --lockfile-only --engine-strict=false",
60-
"ci:publish": "vsce publish",
60+
"ci:publish": "vsce publish --no-dependencies",
6161
"vscode:prepublish": "pnpm build",
6262
"build": "tsup",
6363
"dev": "tsup --watch",

0 commit comments

Comments
 (0)