[INERN] Changed target path to which is configured in vscode wrapper
This commit is contained in:
parent
258a89a513
commit
b3f77a7a5b
4
Makefile
4
Makefile
@ -10,8 +10,8 @@ endif
|
||||
|
||||
|
||||
build:
|
||||
wasm-pack --quiet build $(CARGO_FLAGS) --target nodejs --out-dir ../vscode/out
|
||||
$(RM) ..\\vscode\\out\\.gitignore ..\\vscode\\out\\package.json
|
||||
wasm-pack --quiet build $(CARGO_FLAGS) --target nodejs --out-dir ../client/wasm
|
||||
$(RM) ..\\client\\wasm\\.gitignore ..\\client\\wasm\\package.json
|
||||
|
||||
test:
|
||||
wasm-pack test --node
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user