Skip to content

Commit

Permalink
fix: interop default
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 8, 2023
1 parent a4c297a commit d05d796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url'
import fg from 'fast-glob'

// fix cjs exports
const files = await fg('*.js', {
const files = await fg('*.cjs', {
ignore: ['index.js', 'chunk-*'],
absolute: true,
cwd: resolve(dirname(fileURLToPath(import.meta.url)), '../dist'),
Expand Down

0 comments on commit d05d796

Please sign in to comment.