Rely on debug compilation

main
Julien 2021-02-23 13:57:07 +01:00
parent c9b47beb8e
commit 09707d5721
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
3000,
9944
],
"preCreateCommand": "cargo build --release && cargo check",
"postStartCommand": "./target/release/node-template --dev --ws-external",
"preCreateCommand": "cargo build && cargo check",
"postStartCommand": "./target/debug/node-template --dev --ws-external",
"menuActions": [
{"id": "polkadotjs",
"label": "Open PolkadotJS Apps",