Skip to content

Commit

Permalink
cp to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 28, 2024
1 parent 7598f55 commit 5482f68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ solana-encoding-wasm-build:
wasm-bindgen \
--target nodejs \
--out-dir ../src/encoding/ \
target/wasm32-unknown-unknown/release/yellowstone_grpc_solana_encoding_wasm.wasm
target/wasm32-unknown-unknown/release/yellowstone_grpc_solana_encoding_wasm.wasm && \
mkdir -p ../dist/encoding/ && \
cp -ap ../src/encoding/ ../dist/

0 comments on commit 5482f68

Please sign in to comment.