Skip to content

Commit

Permalink
Merge pull request #3813 from relative-ci/dependabot/npm_and_yarn/mas…
Browse files Browse the repository at this point in the history
…ter/types/fs-extra-11.0.2

build(deps-dev): bump @types/fs-extra from 11.0.1 to 11.0.2
  • Loading branch information
github-actions[bot] authored and vio committed Sep 14, 2023
2 parents 1afe85e + 107b14a commit 9b98205
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/cli/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ export default async function run(options: RunOptions): Promise<void> {
// Generate relative path relative to process.cwd()
const baselinePath = getBaselineRelativePath(process.cwd(), '', baselineAbsolutePath);

console.log({
dirname: __dirname,
cwd: process.cwd(),
baselineAbsolutePath,
baselinePath,
});

const tasks = new Listr([
{
title: 'Read Webpack stats files',
Expand Down

0 comments on commit 9b98205

Please sign in to comment.