Skip to content

Commit 25414be

Browse files
christopherthielenmergify[bot]
authored andcommitted
test: always check-peer-dependencies during CI runs
1 parent 56c72d8 commit 25414be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
yarncmd: ['test', 'test:downstream']
21+
yarncmd: ['check-peer-dependencies', 'test', 'test:downstream']
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Configure Environment

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"compile": "npm run clean && ngc",
99
"build": "ng-packagr -p package.json",
1010
"release": "release --deps @uirouter/core @uirouter/rx",
11+
"check-peer-dependencies": "check-peer-dependencies",
1112
"test": "jest --rootDir test",
1213
"test:debug": "node --inspect-brk node_modules/.bin/jest --rootDir test --runInBand",
1314
"test:downstream": "test_downstream_projects",

0 commit comments

Comments
 (0)