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

Function copyAngularDist

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

Source from the content-addressed store, hash-verified

36
37// copy angular ng-packagr output to dist/packages/{name}
38function copyAngularDist() {
39 fs.copy(path.join('packages', packageName, 'angular', 'dist'), path.join('dist', 'packages', packageName, 'angular'))
40 .then(() => {
41 console.log(`${npmPackageName} angular built successfully.`);
42 // buildNativeSrc();
43 finishPreparation();
44 })
45 .catch((err) => console.error(err));
46}
47
48function cleanPackage() {
49 // helps remove unwanted properties which may be added by other tooling

Callers

nothing calls this directly

Calls 4

finishPreparationFunction · 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…