From 3e0b5def44dccca9412c222118942fe091f257ae Mon Sep 17 00:00:00 2001 From: Reuben Ellis Date: Wed, 17 Jul 2024 08:57:01 -0600 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c08d81a..e6d1083 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ steps: version: '18.x' - script: | - yarn install - yarn build-storybook - npx chromatic --project-token=chpt_d1f0c3a104744ba --only-changed --exit-zero-on-changes --exit-once-uploaded + pnpm install + pnpm build-storybook + npx chromatic --project-token=chpt_d1f0c3a104744ba --only-changed --exit-zero-on-changes --exit-once-uploaded --storybook-build-dir='storybook-static' displayName: 'Run a multi-line script'