We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c72d8 commit 25414beCopy full SHA for 25414be
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- yarncmd: ['test', 'test:downstream']
+ yarncmd: ['check-peer-dependencies', 'test', 'test:downstream']
22
steps:
23
- uses: actions/checkout@v2
24
- name: Configure Environment
package.json
@@ -8,6 +8,7 @@
8
"compile": "npm run clean && ngc",
9
"build": "ng-packagr -p package.json",
10
"release": "release --deps @uirouter/core @uirouter/rx",
11
+ "check-peer-dependencies": "check-peer-dependencies",
12
"test": "jest --rootDir test",
13
"test:debug": "node --inspect-brk node_modules/.bin/jest --rootDir test --runInBand",
14
"test:downstream": "test_downstream_projects",
0 commit comments