Fix build problems

This commit is contained in:
Kolja Lampe
2019-10-20 23:15:07 +02:00
parent 2a82d2aaa9
commit 90106b5429
4 changed files with 14 additions and 4 deletions

View File

@@ -242,6 +242,12 @@
"resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz",
"integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg=="
},
"typescript": {
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
"dev": true
},
"vscode-jsonrpc": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz",

View File

@@ -12,12 +12,16 @@
"engines": {
"vscode": "^1.37.0"
},
"scripts": {
"compile": "tsc -p ./"
},
"dependencies": {
"vscode-languageclient": "^5.2.1"
},
"devDependencies": {
"@types/request": "^2.48.3",
"@types/vscode": "^1.39.0",
"vscode-test": "^1.2.0"
"vscode-test": "^1.2.0",
"typescript": "3.6.4"
}
}

View File

@@ -128,8 +128,8 @@
}
},
"scripts": {
"vscode:prepublish": "cd client && cd .. && npm run compile",
"compile": "npm run copy-wasm && tsc -b",
"vscode:prepublish": "npm run compile",
"compile": "cd client && npm run compile && cd ../server && npm run compile && cd .. && tsc -b",
"watch": "npm run copy-wasm && tsc -b -w",
"copy-wasm": "cd server && npm run copy-wasm",
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",

2
server

Submodule server updated: 28f92829bd...922914607e