mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
guide: Allow dirty when publishing wasm-bindgen
Because we comment out the `[patch]` section and don't commit it.
This commit is contained in:
parent
9a0470b1c4
commit
7a7d0d4097
@ -47,5 +47,5 @@
|
||||
cd crates/cli-support && cargo publish && cd -
|
||||
cd crates/test-project-builder && cargo publish && cd -
|
||||
cd crates/cli && cargo publish && cd -
|
||||
cargo publish
|
||||
cargo publish --allow-dirty # because of uncommitted, commented out [patch] section
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user