Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 153c024

Browse files
committedOct 6, 2019
feat(test_downstream_projects): Install peer dependencies in downstream projects
1 parent f03bc04 commit 153c024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test_downstream_projects.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ function installUpstreamDeps(upstreamPackages) {
102102
// Install updated deps from the upstream
103103
// If local changes point to a new version of @uirouter/core, for example
104104
util._exec('npx yarn');
105+
util._exec('npx check_peer_dependencies --yarn --install');
105106
}
106107

107108
function runTests() {

0 commit comments

Comments
 (0)
Please sign in to comment.