MCPcopy Index your code
hub / github.com/darkreader/darkreader / buildAll

Function buildAll

tasks/dependencies.js:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47async function buildAll() {
48 await command('npm run build -- --release --api --chrome-mv2 --chrome-mv3 --firefox-mv2 --thunderbird');
49}
50
51async function patchPackage(outdated) {
52 const original = JSON.parse((await readFile(packagePath)).toString());

Callers 1

mainFunction · 0.85

Calls 1

commandFunction · 0.85

Tested by

no test coverage detected