Add missing features in templates' node packages (#5294)
Corrects the issue we had [here](https://github.com/paritytech/polkadot-sdk-parachain-template/pull/10), in which `cargo build --release` worked but `cargo build --package parachain-template-node --release` failed with missing features. The command has been added to CI to make sure it works, but at the same we're changing it in the readme to just `cargo build --release` for simplification. Labeling silent because those packages are un-published as part of the regular release process. --------- Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Showing
- templates/minimal/README.md 1 addition, 1 deletiontemplates/minimal/README.md
- templates/minimal/node/Cargo.toml 4 additions, 1 deletiontemplates/minimal/node/Cargo.toml
- templates/parachain/README.md 1 addition, 1 deletiontemplates/parachain/README.md
- templates/parachain/node/Cargo.toml 6 additions, 1 deletiontemplates/parachain/node/Cargo.toml
- templates/solochain/README.md 1 addition, 1 deletiontemplates/solochain/README.md
- templates/solochain/node/Cargo.toml 4 additions, 1 deletiontemplates/solochain/node/Cargo.toml
Please register or sign in to comment