diff --git a/azure-pipelines.release.yml b/azure-pipelines.release.yml index 73114e424767a2..f0201ef2b126c4 100644 --- a/azure-pipelines.release.yml +++ b/azure-pipelines.release.yml @@ -62,7 +62,7 @@ steps: # test, lint, bundle using lage cached build from previous step (omit --no-cache) - script: | - yarn run:published test --production + yarn run:published test displayName: yarn test - script: |