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 2630cbe commit 7d47df8Copy full SHA for 7d47df8
packages/devextreme-schematics/src/utility/patch.ts
@@ -1,7 +1,7 @@
1
import { NodePackageInstallTask } from '@angular-devkit/schematics/tasks';
2
3
export class PatchNodePackageInstallTask extends NodePackageInstallTask {
4
- toConfiguration(): any {
+ toConfiguration = (): any => {
5
const rootConfigurations = super.toConfiguration();
6
const customOptions = Object.assign({}, rootConfigurations.options, { allowScripts: true });
7
0 commit comments