File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 29
29
- name : Install Dependencies
30
30
run : yarn install --pure-lockfile
31
31
- name : Check Peer Dependencies
32
- run : npx check-peer-dependencies --runOnlyOnRootDependencies
32
+ run : npx check-peer-dependencies
33
33
- name : Run yarn ${{ matrix.yarncmd }}
34
34
run : yarn ${{ matrix.yarncmd }}
Original file line number Diff line number Diff line change 7
7
"compile" : " npm run clean && ngc" ,
8
8
"build" : " ng-packagr -p ng-package.json" ,
9
9
"release" : " release --deps @uirouter/core @uirouter/rx" ,
10
- "check-peer-dependencies" : " check-peer-dependencies --runOnlyOnRootDependencies " ,
10
+ "check-peer-dependencies" : " check-peer-dependencies" ,
11
11
"test" : " jest --rootDir test" ,
12
12
"test:watch" : " jest --rootDir test --watchAll" ,
13
13
"test:debug" : " node --inspect-brk node_modules/.bin/jest --rootDir test --runInBand" ,
83
83
" ./setupJest.ts"
84
84
]
85
85
},
86
+ "checkPeerDependencies" : {
87
+ "ignore" : [" ajv" ]
88
+ },
86
89
"husky" : {
87
90
"hooks" : {
88
91
"pre-commit" : " pretty-quick --staged"
You can’t perform that action at this time.
0 commit comments