When multiple commands are used in a script set up script only changes the first one. Example: ``` ng lint app && ng test app --watch=false ``` results in ``` ngw lint app && ng test app --watch=false ```