Skip to content

Commit de41a09

Browse files
committed
@
1 parent 9735752 commit de41a09

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: pnpm install
2727

28+
- name: Install vsce
29+
run: pnpm add -D @vscode/vsce
30+
2831
- name: Package extension
2932
run: pnpm run package
3033

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"watch": "npm-run-all -p watch:*",
154154
"watch:esbuild": "node esbuild.js --watch",
155155
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
156-
"package": "pnpm run check-types && pnpm run lint && node esbuild.js --production",
156+
"package": "pnpm run check-types && pnpm run lint && node esbuild.js --production && vsce package",
157157
"compile-tests": "tsc -p . --outDir out",
158158
"watch-tests": "tsc -p . -w --outDir out",
159159
"pretest": "pnpm run compile-tests && pnpm run compile && pnpm run lint",
@@ -169,6 +169,7 @@
169169
"@typescript-eslint/parser": "^8.42.0",
170170
"@vscode/test-cli": "^0.0.11",
171171
"@vscode/test-electron": "^2.5.2",
172+
"@vscode/vsce": "^3.0.0",
172173
"esbuild": "^0.25.9",
173174
"eslint": "^9.34.0",
174175
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)