Skip to content

Commit

Permalink
Update main field for nccd jest-worker (vercel#33465)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored and natew committed Feb 16, 2022
1 parent 89b82ac commit a5c548a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next/compiled/jest-worker/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"jest-worker","main":"threadChild.js.tmp.js","license":"MIT"}
{"name":"jest-worker","main":"index.js","license":"MIT"}
2 changes: 1 addition & 1 deletion packages/next/taskfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export async function ncc_jest_worker(task, opts) {
)
)
)
.ncc({ packageName: 'jest-worker', externals })
.ncc({ externals })
.target('compiled/jest-worker/out')

await fs.move(
Expand Down

0 comments on commit a5c548a

Please sign in to comment.