chore: Remove backend build step from cli build

This commit is contained in:
Faruk AYDIN
2024-01-08 17:11:26 +01:00
parent 34b115c694
commit 1af887cee7

View File

@@ -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 }}."