diff --git a/package.json b/package.json index 1c303bd..73d8361 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/server b/server index 6a2b93e..25c8da3 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 6a2b93e1498dba1e628c74c9857d454520d99c60 +Subproject commit 25c8da33a257c33e10ebe727213e37e1fda9dd80