From 48758a58087a4aba33f7bb71dd45d238f25fecc7 Mon Sep 17 00:00:00 2001 From: Fabian Engelniederhammer Date: Wed, 24 Apr 2024 16:17:43 +0200 Subject: [PATCH] build(components): fix build step Make it a proper multiline command so that both commands are executed. --- .github/workflows/release-components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-components.yml b/.github/workflows/release-components.yml index 3755c731..d714327d 100644 --- a/.github/workflows/release-components.yml +++ b/.github/workflows/release-components.yml @@ -32,7 +32,7 @@ jobs: - name: Build if: ${{ steps.release.outputs.components--release_created }} - run: + run: | npm ci npm run build working-directory: components