mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
npm > yarn
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"main": "./client/out/htmlMain",
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:html-client && gulp compile-extension:html-server",
|
||||
"postinstall": "cd server && npm install",
|
||||
"postinstall": "cd server && yarn install",
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js textmate/html.tmbundle Syntaxes/HTML.plist ./syntaxes/html.json",
|
||||
"install-client-next": "npm install vscode-languageclient@next -f -S",
|
||||
"install-client-local": "npm install ../../../vscode-languageserver-node/client -f -S"
|
||||
@@ -222,4 +222,4 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "7.0.43"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user