MCPcopy Index your code
hub / github.com/ampproject/amphtml / performPreBuildSteps

Function performPreBuildSteps

build-system/tasks/serve.js:198–201  ·  view source on GitHub ↗

* Performs pre-build steps requested via command line args. * @return {Promise }

()

Source from the content-addressed store, hash-verified

196 * @return {Promise<void>}
197 */
198async function performPreBuildSteps() {
199 await preBuildRuntimeFiles();
200 await preBuildExtensions();
201}
202
203/**
204 * Entry point of the `amp serve` task.

Callers 1

doServeFunction · 0.85

Calls 2

preBuildRuntimeFilesFunction · 0.85
preBuildExtensionsFunction · 0.85

Tested by

no test coverage detected