Skip to content

Commit

Permalink
fix: incorrect import npmlog was throwing log fn not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Apr 30, 2022
1 parent 8e87ea1 commit 23860f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/exec-run-common/src/lib/get-filtered-packages.ts
@@ -1,5 +1,5 @@
import { collectUpdates, ExecOpts, Package, PackageGraph } from '@lerna-lite/core';
import { log } from 'npmlog';
import log from 'npmlog';

import { filterPackages } from './filter-packages';
import { FilterOptions } from '../models';
Expand Down

0 comments on commit 23860f9

Please sign in to comment.