Run gulp builds in parallel

This commit is contained in:
Pine Wu
2018-03-22 10:59:56 -07:00
parent 4cc6cf56eb
commit 32bdb46632
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
"enableProposedApi": true,
"main": "./client/out/htmlMain",
"scripts": {
"compile": "gulp compile-extension:html-language-features-client && gulp compile-extension:html-language-features-server",
"compile": "gulp compile-extension:html-language-features-client & gulp compile-extension:html-language-features-server",
"postinstall": "cd server && yarn install",
"install-client-next": "yarn add vscode-languageclient@next"
},