scripts: add script to verify local dependency ranges

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-04-07 12:06:53 +02:00
parent 06bbaf96df
commit 04575786b0
2 changed files with 104 additions and 0 deletions
+3
View File
@@ -137,6 +137,9 @@ jobs:
- name: verify doc links
run: node scripts/verify-links.js
- name: verify local dependency ranges
run: node scripts/verify-local-dependencies.js
- name: build changed packages
if: ${{ steps.yarn-lock.outcome == 'success' }}
run: yarn backstage-cli repo build --all --since origin/master