If the first command is required to be completed first, you should separate them with the && operator as you would in the shell. If the first fails, the second will not run.
If the first command is required to be completed first, you should separate them with the && operator as you would in the shell. If the first fails, the second will not run.