MCPcopy Create free account
hub / github.com/monkeytypegame/monkeytype / deployFrontend

Function deployFrontend

packages/release/src/index.js:195–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193};
194
195const deployFrontend = () => {
196 console.log("Deploying frontend...");
197 runProjectRootCommand(
198 "cd frontend && npx firebase deploy -P live --only hosting",
199 );
200};
201
202const purgeCache = () => {
203 console.log("Purging Cloudflare cache...");

Callers 1

mainFunction · 0.85

Calls 1

runProjectRootCommandFunction · 0.85

Tested by

no test coverage detected