Skip to content

Commit 638504f

Browse files
committed
chore(vscode): remove build script
1 parent d37a130 commit 638504f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/vscode/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,7 @@
477477
}
478478
},
479479
"scripts": {
480-
"vscode:prepublish": "npm run build",
481-
"build": "rolldown --config",
480+
"vscode:prepublish": "rolldown --config",
482481
"pack": "npx @vscode/vsce package",
483482
"gen-ext-meta": "vscode-ext-gen --scope vue --output src/generated-meta.ts && cd ../.. && npm run format"
484483
},

0 commit comments

Comments
 (0)