Fix publish command and enable checkchange for PRs.
This commit is contained in:
Родитель
2c14158181
Коммит
cd9eb438ea
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче