Skip to content

Commit

Permalink
One directory up too far
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Nov 5, 2021
1 parent d016f6d commit 004b707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/list-packages
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (process.argv.length < 4) {
process.exit(1);
}

const lerna = path.resolve(__dirname, '..', '..', 'node_modules', '.bin', 'lerna');
const lerna = path.resolve(__dirname, '..', 'node_modules', '.bin', 'lerna');

child_process.exec(`${lerna} ls --toposort --json`, { shell: true }, (error, stdout) => {
if (error) {
Expand Down

0 comments on commit 004b707

Please sign in to comment.