Skip to content

Commit 82adcfc

Browse files
committed
Merge branch 'main' of github.com:adobe/react-spectrum into spectrum-2
2 parents 320061b + 32d4c0e commit 82adcfc

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)