mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
use yarn in extension scripts
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:css-client && gulp compile-extension:css-server",
|
||||
"postinstall": "cd server && yarn install",
|
||||
"install-client-next": "npm install vscode-languageclient@next -f -S",
|
||||
"install-client-local": "npm install ../../../vscode-languageserver-node/client -f -S",
|
||||
"install-client-next": "yarn add vscode-languageclient@next",
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-css grammars/css.cson ./syntaxes/css.tmLanguage.json"
|
||||
},
|
||||
"contributes": {
|
||||
@@ -720,4 +719,4 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "7.0.43"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user