Skip to content

Commit 7d47df8

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

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-schematics/src/utility

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NodePackageInstallTask } from '@angular-devkit/schematics/tasks';
22

33
export class PatchNodePackageInstallTask extends NodePackageInstallTask {
4-
toConfiguration(): any {
4+
toConfiguration = (): any => {
55
const rootConfigurations = super.toConfiguration();
66
const customOptions = Object.assign({}, rootConfigurations.options, { allowScripts: true });
77

0 commit comments

Comments
 (0)