Skip to content

Commit

Permalink
update readme workspace-optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorJTClarke committed May 3, 2023
1 parent 962cb59 commit b904908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To compile all the contracts, run the following in the repo root:
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.11
cosmwasm/workspace-optimizer:0.12.13
```

This will compile all packages in the `contracts` directory and output the stripped and optimized wasm code under the
Expand Down

0 comments on commit b904908

Please sign in to comment.