[INERN] Changed target path to which is configured in vscode wrapper

This commit is contained in:
hendrik 2026-02-05 00:51:51 +01:00
parent 258a89a513
commit b3f77a7a5b

View File

@ -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