Skip to content

Commit

Permalink
chore: update change detection branch to 20.0 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Apr 27, 2021
1 parent 614a1e6 commit 1a9881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtr-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const NO_UNIT_TESTS = ['vaadin-icons', 'vaadin-lumo-styles', 'vaadin-material-st
* Get packages changed since master.
*/
const getChangedPackages = () => {
const output = execSync('./node_modules/.bin/lerna ls --since origin/master --json --loglevel silent');
const output = execSync('./node_modules/.bin/lerna ls --since origin/20.0 --json --loglevel silent');
return JSON.parse(output.toString());
};

Expand Down

0 comments on commit 1a9881e

Please sign in to comment.