MCPcopy Index your code
hub / github.com/NativeScript/firebase / finishPreparation

Function finishPreparation

tools/scripts/build-finish.ts:67–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67function finishPreparation() {
68 fs.copy(path.join('tools', 'assets', 'publishing'), path.join('dist', 'packages', packageName))
69 .then(() => {
70 cleanPackage();
71 console.log(`${npmPackageName} ready to publish.`);
72 })
73 .catch((err) => console.error(err));
74}
75
76if (fs.existsSync(path.join(rootDir, 'packages', packageName, 'angular'))) {
77 // package has angular specific src, build it first

Callers 3

buildAngularFunction · 0.85
copyAngularDistFunction · 0.85
build-finish.tsFile · 0.85

Calls 4

cleanPackageFunction · 0.85
logMethod · 0.65
thenMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…