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 f03bc04 commit 153c024Copy full SHA for 153c024
test_downstream_projects.js
@@ -102,6 +102,7 @@ function installUpstreamDeps(upstreamPackages) {
102
// Install updated deps from the upstream
103
// If local changes point to a new version of @uirouter/core, for example
104
util._exec('npx yarn');
105
+ util._exec('npx check_peer_dependencies --yarn --install');
106
}
107
108
function runTests() {
0 commit comments