MCPcopy Create free account
hub / github.com/deeppatel234/react-context-devtool / startBuild

Function startBuild

browser/firefox/build.js:4–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2const build = require("../../build/build");
3
4const startBuild = async () => {
5
6 console.log(chalk.white.bgBlue("\nThe Firefox extension build started"));
7
8 try {
9 await build("firefox");
10
11 console.log(chalk.white.bgBlue("\nThe Firefox extension build successfully\n"));
12 } catch (err) {
13 console.error(err);
14 console.log(chalk.red("\nThe Firefox extension build failed\n"));
15 }
16};
17
18startBuild();

Callers 1

build.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected