fix schematics building erros

pull/9837/head
mehmet-erim 4 years ago
parent 1468ba1114
commit 3da3448c82

@ -1,7 +0,0 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
@NgModule({
imports: [CommonModule],
})
export class SchematicsModule {}

File diff suppressed because it is too large Load Diff

@ -56,6 +56,8 @@ async function* copyPackageFiles(packageName: string) {
try {
await fse.remove(`../dist/packages/${PACKAGE_TO_BUILD}`);
await execa('yarn', ['install'], { cwd: '../packages/schematics' });
await execa(
'tsc',
[

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save