Skip to content

Commit 94f2fa8

Browse files
authored
fix(vscode): fix building of extension (#4244)
1 parent d67cf25 commit 94f2fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscode/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"check-types": "tsc --noEmit",
7373
"watch": "node esbuild.js --watch",
7474
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
75-
"vscode:package": "vsce package",
75+
"vscode:package": "vsce package --no-dependencies",
7676
"vscode:prepublish": "cp ../../LICENSE . && npm run package",
7777
"package": "npm run check-types && node esbuild.js --production"
7878
},

0 commit comments

Comments
 (0)