Skip to content

Commit

Permalink
feat(test_downstream_projects): Install peer dependencies in downstre…
Browse files Browse the repository at this point in the history
…am projects
  • Loading branch information
christopherthielen committed Oct 6, 2019
1 parent f03bc04 commit 153c024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_downstream_projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function installUpstreamDeps(upstreamPackages) {
// Install updated deps from the upstream
// If local changes point to a new version of @uirouter/core, for example
util._exec('npx yarn');
util._exec('npx check_peer_dependencies --yarn --install');
}

function runTests() {
Expand Down

0 comments on commit 153c024

Please sign in to comment.