Make build fail by running npm run test last (#34788)

* Make build fail by running npm run test last

* Missing semicolon should fail CI

* Put semicolon back again
This commit is contained in:
Nathan Shively-Sanders 2019-04-16 14:36:13 -07:00 committed by GitHub
parent 40ce1813e8
commit fd4a5a422f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ jobs:
verbose: false
- script: |
git checkout -- . && npm run test
if [[ $BUILD_REASON == "Schedule" ]]; then git config --global user.email "types@microsoft.com" && git config --global user.name "TypeScript Bot" && npm run update-codeowners; fi
git checkout -- . && npm run test
displayName: 'npm run test'