Skip to content

Commit

Permalink
Merge branch 'canary' into fix/upgrade-node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 19, 2022
2 parents 97ca725 + 818f6b3 commit c1640f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions packages/next-swc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 c1640f9

Please sign in to comment.