diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6e6d76b..8c7ce72 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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",