Skip to content

Commit

Permalink
Fix verdaccio build (adobe#6769)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Jul 25, 2024
1 parent 48af5db commit 32d4c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verdaccioPkgSize.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function verdaccioPkgSize() {
let verdaccioStorePath = exec('echo ~/.config/verdaccio/storage/').toString().trim();

if (!fs.existsSync(verdaccioStorePath)) {
verdaccioStorePath = path.join(__dirname, '..', 'storage/');
verdaccioStorePath = path.join(__dirname, '..', 'verdaccio', 'storage/');
}

let json = {};
Expand Down

0 comments on commit 32d4c0e

Please sign in to comment.