We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb48f6 commit 2630cbeCopy full SHA for 2630cbe
packages/devextreme-schematics/src/utility/patch.ts
@@ -1,15 +1,6 @@
1
import { NodePackageInstallTask } from '@angular-devkit/schematics/tasks';
2
3
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
-
13
toConfiguration(): any {
14
const rootConfigurations = super.toConfiguration();
15
const customOptions = Object.assign({}, rootConfigurations.options, { allowScripts: true });
0 commit comments