MCPcopy
hub / github.com/blitz-js/blitz / blitzBuild

Function blitzBuild

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

Source from the content-addressed store, hash-verified

300}
301
302export function blitzBuild(args = [], opts = {}): any {
303 return runBlitzCommand(["build", ...args], opts)
304}
305
306export function nextLint(args = [], opts = {}) {
307 return runBlitzCommand(["lint", ...args], opts)

Callers 7

index.test.tsFile · 0.90
index.test.tsFile · 0.90
index.test.tsFile · 0.90
index.test.tsFile · 0.90
index.test.tsFile · 0.90
index.test.tsFile · 0.90
runSuiteFunction · 0.85

Calls 1

runBlitzCommandFunction · 0.85

Tested by

no test coverage detected