From ce8a262b9a41ee8b342e452681bd078e3a1c9f99 Mon Sep 17 00:00:00 2001 From: ethriel3695 Date: Wed, 17 Jul 2024 09:10:55 -0600 Subject: [PATCH] split out azure command --- azure-pipelines.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9d08d21..f5e92cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,8 +16,6 @@ steps: inputs: version: '18.x' -- script: | - pnpm install - pnpm build-storybook - pnpm chromatic - displayName: 'Run a multi-line script' +- script: pnpm install +- script: pnpm build-storybook +- script: pnpm chromatic