Skip to content

Commit 32d4c0e

Browse files
authored
Fix verdaccio build (#6769)
1 parent 48af5db commit 32d4c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verdaccioPkgSize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function verdaccioPkgSize() {
1111
let verdaccioStorePath = exec('echo ~/.config/verdaccio/storage/').toString().trim();
1212

1313
if (!fs.existsSync(verdaccioStorePath)) {
14-
verdaccioStorePath = path.join(__dirname, '..', 'storage/');
14+
verdaccioStorePath = path.join(__dirname, '..', 'verdaccio', 'storage/');
1515
}
1616

1717
let json = {};

0 commit comments

Comments
 (0)