MCPcopy Index your code
hub / github.com/blitz-js/blitz / nextBuild

Function nextBuild

integration-tests/utils/next-test-utils.ts:478–480  ·  view source on GitHub ↗
(dir, args = [], opts = {})

Source from the content-addressed store, hash-verified

476}
477
478export function nextBuild(dir, args = [], opts = {}): any {
479 return runNextCommand(["build", dir, ...args], opts)
480}
481
482export function nextExport(dir, {outdir}, opts = {}) {
483 return runNextCommand(["export", dir, "--outdir", outdir], opts)

Callers 2

index.test.jsFile · 0.90
index.test.jsFile · 0.90

Calls 1

runNextCommandFunction · 0.85

Tested by

no test coverage detected