As I said above, the `compile` and `build` commands are NOT run in a shell so you can't use && in them unless you run the shell yourself and pass the command to the -c option of the shell command. The `execute` command IS run in a shell, so you can have it compile and run using your command without changing it.