r0gue-io / pop-cli

An all-in-one tool for Polkadot development.
GNU General Public License v3.0
69 stars 20 forks source link

draft: build parachain on missing local binaries #207

Closed bolajahmad closed 3 months ago

bolajahmad commented 3 months ago

While trying to spin up a substrate node using pop up parachain, the command will fail if the node has not been built/compiled already using pop build parachain.

This PR will automatically check if there is a build/binary existing for the node and then allow pop up... to progress.

AlexD10S commented 3 months ago

Closing this PR as the issue https://github.com/r0gue-io/pop-cli/issues/176 has been closed but this other PR: https://github.com/r0gue-io/pop-cli/pull/199