MCPcopy Create free account
hub / github.com/api3dao/airnode / buildProject

Function buildProject

docker/scripts/npm.ts:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37const installDependencies = () => runCommand('yarn bootstrap');
38
39const buildProject = () => runCommand('yarn build');
40
41const registerUser = async (npmRegistryUrl: string) => {
42 const dummyUser = randomBytes(4).toString('hex');

Callers 1

prePublishSetupFunction · 0.85

Calls 1

runCommandFunction · 0.90

Tested by

no test coverage detected