Fix publish command and enable checkchange for PRs.

This commit is contained in:
Jason Gore 2019-09-18 10:08:59 -07:00
Родитель 2c14158181
Коммит cd9eb438ea
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -36,5 +36,5 @@ steps:
displayName: 'test'
- script: |
yarn pub -n $(npm.authtoken) -y
yarn publish -n $(npm.authtoken) -y
displayName: 'beachball publish'

Просмотреть файл

@ -24,9 +24,9 @@ steps:
yarn test
displayName: 'test'
#- script: |
# yarn checkchange
# displayName: 'checkchange'
- script: |
yarn checkchange
displayName: 'checkchange'
- task: ComponentGovernanceComponentDetection@0
inputs:

Просмотреть файл

@ -18,7 +18,7 @@
"build:flamegrill": "yarn workspace flamegrill build",
"change": "beachball change",
"checkchange": "beachball check",
"publish:beachball": "beachball publish",
"publish": "beachball publish",
"start": "yarn workspace flamegrill start",
"start:docs": "yarn workspace flamegrill-website start",
"test": "yarn workspace flamegrill test"