Skip to content

Commit 4599d20

Browse files
committed
fix(vscode): update vscode-ext-gen output path
1 parent 682bd94 commit 4599d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
"watch": "rolldown --watch --config",
453453
"pack": "pnpm run build:prod && vsce package",
454454
"release": "pnpm run build:prod && vsce publish",
455-
"postinstall": "vscode-ext-gen --scope vue"
455+
"postinstall": "vscode-ext-gen --scope vue --output lib/generated-meta.ts"
456456
},
457457
"devDependencies": {
458458
"@types/node": "^22.10.4",

0 commit comments

Comments
 (0)