script -> pwsh

This commit is contained in:
Daniel Imms
2020-02-15 07:08:42 -08:00
parent 83794c433f
commit c36a468561
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
displayName: Cache node modules
- script: yarn --frozen-lockfile
displayName: 'Install dependencies and build'
- script: |
- pwsh: |
Start-Job -ScriptBlock {
& yarn start
}