Skip to content

Commit

Permalink
move compilation to the serial group
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoytenko committed Aug 14, 2023
1 parent 15f7a0a commit f71c265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/taskfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,6 @@ export async function ncc(task, opts) {
'ncc_https_proxy_agent',
'ncc_jest_docblock',
'ncc_mini_css_extract_plugin',
'ncc_mswjs_interceptors',
],
opts
)
Expand All @@ -2362,6 +2361,7 @@ export async function ncc(task, opts) {
'ncc_edge_runtime_primitives',
'ncc_edge_runtime_ponyfill',
'ncc_edge_runtime',
'ncc_mswjs_interceptors',
],
opts
)
Expand Down

0 comments on commit f71c265

Please sign in to comment.