I'm trying to add an alias to PowerShell in my $profile file.
Set-Alias regrunt grunt;g aa;g cm 'regrunted';g ps;
When I run regrunt, only the first command is run. How can I make this alias run all of the commands?
PS: Please no comments about "do not commit minified files", we have all passed through this.