Skip to content

Commit

Permalink
fix: adjust dir
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Mar 21, 2024
1 parent ba5e1ca commit 3dafbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unpublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function getPublicPackages() {
packages.map(async (p) => {
try {
const packageContent = await readFile(
join(p.path, p.name, 'package.json'),
join(base, p.name, 'package.json'),
'utf8',
);
const pkg = JSON.parse(packageContent.toString());
Expand Down

0 comments on commit 3dafbc1

Please sign in to comment.