MCPcopy Create free account
hub / github.com/6pac/SlickGrid / runProdBuildWithTypes

Function runProdBuildWithTypes

scripts/builds.mjs:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29/** Run a full Production build and also build TS Types */
30export async function runProdBuildWithTypes() {
31 await executeFullBuild();
32 await buildAllSassFiles();
33 copySassFiles();
34 await spawnStreaming('npm', ['run', 'build:types'], { cwd: projectRootPath });
35}
36
37/**
38 * Get a list of all JS/TS files (using glob pattern)

Callers 2

release.mjsFile · 0.90
builds.mjsFile · 0.85

Calls 4

spawnStreamingFunction · 0.90
executeFullBuildFunction · 0.85
buildAllSassFilesFunction · 0.85
copySassFilesFunction · 0.85

Tested by

no test coverage detected