Skip to content

Commit

Permalink
Merge branch 'main' of github.com:adobe/react-spectrum into spectrum-2
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jul 26, 2024
2 parents 320061b + 32d4c0e commit 82adcfc
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 82adcfc

Please sign in to comment.