Skip to content

Commit 2630cbe

Browse files
committed
fix: reverted patch
1 parent 7cb48f6 commit 2630cbe

File tree

1 file changed

+0
-9
lines changed
  • packages/devextreme-schematics/src/utility

1 file changed

+0
-9
lines changed

packages/devextreme-schematics/src/utility/patch.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
import { NodePackageInstallTask } from '@angular-devkit/schematics/tasks';
22

33
export class PatchNodePackageInstallTask extends NodePackageInstallTask {
4-
// TODO: remove this patch before merge
5-
constructor() {
6-
super({
7-
packageManager: 'npm',
8-
packageName: '--legacy-peer-deps',
9-
allowScripts: true,
10-
});
11-
}
12-
134
toConfiguration(): any {
145
const rootConfigurations = super.toConfiguration();
156
const customOptions = Object.assign({}, rootConfigurations.options, { allowScripts: true });

0 commit comments

Comments
 (0)