Merge pull request #10689 from backstage/rugvip/local-verify
scripts: add script to verify local dependency ranges
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user