MCPcopy
hub / github.com/ampproject/amphtml / prebuild

Function prebuild

build-system/tasks/dist.js:231–235  ·  view source on GitHub ↗

* @return {Promise }

()

Source from the content-addressed store, hash-verified

229 * @return {Promise<void>}
230 */
231async function prebuild() {
232 await preBuildExperiments();
233 await preBuildLoginDone();
234 await preBuildWebPushPublisherFiles();
235}
236
237/**
238 * Copies parsers from the build folder to the dist folder

Callers 1

runPreDistStepsFunction · 0.85

Calls 3

preBuildExperimentsFunction · 0.85
preBuildLoginDoneFunction · 0.85

Tested by

no test coverage detected