Merge pull request #4574 from backstage/mob/debug

Fix build issues in master
This commit is contained in:
Patrik Oldsberg
2021-02-18 14:18:49 +01:00
committed by GitHub
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
- name: build changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}
run: yarn lerna -- run build --since origin/master
run: yarn lerna -- run build --since origin/master --include-dependencies
- name: build all packages
if: ${{ steps.yarn-lock.outcome == 'failure' }}