npm > yarn

This commit is contained in:
Joao Moreno
2017-11-15 15:14:00 +01:00
parent 90d276feac
commit 758c47ef87
3 changed files with 5 additions and 5 deletions

View File

@@ -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"
}
}
}