mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
html: fix test script
This commit is contained in:
@@ -31,6 +31,6 @@
|
||||
"install-service-local": "npm install ../../../../vscode-css-languageservice -f && npm install ../../../../vscode-html-languageservice -f",
|
||||
"install-server-next": "yarn add vscode-languageserver@next",
|
||||
"install-server-local": "npm install ../../../../vscode-languageserver-node/server -f",
|
||||
"test": "npm run compile && ../../../node_modules/.bin/mocha"
|
||||
"test": "npm run compile && npx mocha"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user