mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
7cb54ace75
[Playwright v1.61.0 adds support for ubuntu-26.04](https://github.com/microsoft/playwright/releases/tag/v1.61.0). When Lindsey created our arm64 runners (see https://github.com/vercel/next.js/pull/94870), [he picked the ubuntu-26.04 image](https://vercel.slack.com/archives/C01LN7C5QR5/p1781608258610389?thread_ts=1781118174.353839&cid=C01LN7C5QR5) (which is technically still [in preview](https://github.com/actions/runner-images#available-images), but IMO that's fine).
18 lines
468 B
JSON
18 lines
468 B
JSON
{
|
|
"name": "module-cost",
|
|
"scripts": {
|
|
"prepare-bench": "node scripts/prepare-bench.mjs",
|
|
"benchmark": "node scripts/benchmark-runner.mjs",
|
|
"dev-webpack": "next dev --webpack",
|
|
"dev-turbopack": "next dev --turbopack",
|
|
"build-webpack": "next build --webpack",
|
|
"build-turbopack": "next build --turbopack",
|
|
"start": "next start"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "6.0.1",
|
|
"next": "workspace:*",
|
|
"playwright": "1.61.0"
|
|
}
|
|
}
|