From 1af887cee7592b56ffc857346a3419463031e9d9 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 8 Jan 2024 17:11:26 +0100 Subject: [PATCH] chore: Remove backend build step from cli build --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b4b58d..1bc9fe22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,5 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: yarn --frozen-lockfile && yarn lerna bootstrap - - run: cd packages/backend && yarn build - run: cd packages/cli && yarn build - run: echo "🍏 This job's status is ${{ job.status }}."