mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
gulpfile.extensions refactor
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"activationEvents": [
|
||||
"onLanguage:json"
|
||||
],
|
||||
"main": "./out/jsonMain",
|
||||
"main": "./client/out/jsonMain",
|
||||
"scripts": {
|
||||
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:json ./src/tsconfig.json",
|
||||
"postinstall": "cd server && npm install && npm run compile && cd .."
|
||||
|
||||
Reference in New Issue
Block a user