mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-23 02:48:21 +00:00
add clarification to embark run cmd
This commit is contained in:
parent
dcc9aa7631
commit
b5f7d32d65
@ -94,6 +94,7 @@ program.command('run [env]').description('run dapp').action(function(env_) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log("command not available in meteor or manual mode yet");
|
console.log("command not available in meteor or manual mode yet");
|
||||||
|
console.log("try instead embark run");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user