Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit c4606d0

Browse files
author
Achim Schneider
committed
fix wasm path in Makefile
1 parent 0cd688f commit c4606d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ generate-change-json:
4545
-o packages/_generated/change/src/change.json
4646

4747
generate-rust-analyzer:
48-
wasm-pack build crates/rust_analyzer_wasm/ --out-dir ./packages/ink-editor/pkg --target web
48+
wasm-pack build crates/rust_analyzer_wasm/ --out-dir ../../packages/ink-editor/pkg --target web
4949

5050
generate: generate-rust-analyzer
5151
generate: generate-bindings

0 commit comments

Comments
 (0)