Skip to content

Commit

Permalink
have the justfile mkdir --parent ./dist
Browse files Browse the repository at this point in the history
to ensure the directory exists before writing to it
  • Loading branch information
DougAnderson444 committed Apr 18, 2024
1 parent f1b3145 commit 1d806f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ build-examples:
update-build: build-submodules build-wallet

compose: build-wallet
mkdir -p ./dist
wasm-tools compose --config crates/peerpiper-wallet/config.yml -o dist/peerpiper_wallet_aggregate.wasm target/wasm32-wasi/release/peerpiper_wallet.wasm

prev:
Expand Down

0 comments on commit 1d806f9

Please sign in to comment.