Search code examples
substratepolkadot

How to clean up substrate runtime compiled result and compile again


Now, The only way I used is cargo clean and then cargo build again.


Solution

  • You can also delete the target directory that contains all the build artifacts.