Skip to content

Commit

Permalink
fix 'packages/kuzu-wasm/src/' is not a directory in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanShang committed Jun 8, 2024
1 parent 028b062 commit 2eb1602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ wasm_relperf: check_environment ## Compile kuzu-wasm in relperf mode
# packages/kuzu-wasm/src/kuzu-wasm.worker.mjs)
.PHONY: wasm_package
wasm_package: wasm_relperf ## Package kuzu-wasm
mkdir -p packages/kuzu-wasm/src
cp build/relperf/kuzu-wasm.* packages/kuzu-wasm/src/

.PHONY: shell
Expand Down

0 comments on commit 2eb1602

Please sign in to comment.