Skip to content

Commit

Permalink
more debugging 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 12, 2024
1 parent 153e3f2 commit 36281ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ function packageMeta() {
nodir: true,
})}`
);
console.log(`readdir ${readdirSync('dist/packages/')}`);
console.log(`cwd ${process.cwd()}`);
console.log(`readdir ${readdirSync('.')}`);
return {
name: 'package-meta',
buildEnd(error) {
Expand Down

0 comments on commit 36281ac

Please sign in to comment.