mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
Copy wasm even on watch builds
This commit is contained in:
@@ -129,8 +129,9 @@
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "cd client && cd .. && npm run compile",
|
||||
"compile": "tsc -b",
|
||||
"watch": "tsc -b -w",
|
||||
"compile": "npm run copy-wasm && 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 ..",
|
||||
"test": "sh ./scripts/e2e.sh",
|
||||
"lint": "tslint -p tsconfig.json",
|
||||
|
||||
2
server
2
server
Submodule server updated: 6a2b93e149...25c8da33a2
Reference in New Issue
Block a user