Skip to content

Commit 5c23777

Browse files
committed
Drop the compileSchematics build step
1 parent 2dd5362 commit 5c23777

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/build.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ function copySchematicFiles() {
267267
]);
268268
}
269269

270-
function compileSchematics() {
271-
return spawnObservable(TSC, [`-p`, `${process.cwd()}/src/schematics/tsconfig.json`]);
272-
}
273-
274270
function measure(module) {
275271
const path = `${process.cwd()}/dist/packages-dist/bundles/${module}.umd.js`;
276272
const file = readFileSync(path);
@@ -354,7 +350,6 @@ function buildLibrary(globals) {
354350
switchMap(() => from(copyReadme())),
355351
switchMap(() => from(copyDocs())),
356352
switchMap(() => from(copyNodeFixes())),
357-
switchMap(() => compileSchematics()),
358353
switchMap(() => from(copySchematicFiles())),
359354
switchMap(() => replaceVersionsObservable('firebase-node', VERSIONS)),
360355
switchMap(() => from(createTestUmd(globals))),

0 commit comments

Comments
 (0)