diff --git a/azure-pipelines.release.yml b/azure-pipelines.release.yml index cdfea2a..e926247 100644 --- a/azure-pipelines.release.yml +++ b/azure-pipelines.release.yml @@ -36,5 +36,5 @@ steps: displayName: 'test' - script: | - yarn pub -n $(npm.authtoken) -y + yarn publish -n $(npm.authtoken) -y displayName: 'beachball publish' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e0f59dc..346f6a1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,9 +24,9 @@ steps: yarn test displayName: 'test' - #- script: | - # yarn checkchange - # displayName: 'checkchange' + - script: | + yarn checkchange + displayName: 'checkchange' - task: ComponentGovernanceComponentDetection@0 inputs: diff --git a/package.json b/package.json index 5491fb7..be79490 100644 --- a/package.json +++ b/package.json @@ -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"