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