Skip to content

Commit 5fbde46

Browse files
committed
fix(vscode): publish pre-built vsix to avoid npm list
1 parent 17b2fb9 commit 5fbde46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"build": "pnpm run compile",
7373
"watch": "pnpm run compile:ext -- --watch",
7474
"package": "vsce package --no-dependencies",
75-
"publish:vsce": "vsce publish",
75+
"publish:vsce": "vsce publish --packagePath *.vsix",
7676
"lint": "eslint .",
7777
"lint:fix": "eslint --fix .",
7878
"format": "prettier --write .",

0 commit comments

Comments
 (0)