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 8c12ee4 commit b7e5e11Copy full SHA for b7e5e11
packages/devextreme-angular-generator/package.json
@@ -13,7 +13,7 @@
13
"dist"
14
],
15
"scripts": {
16
- "gulp": "npx --node-arg=--max_old_space_size=8048 gulp",
+ "gulp": "npx --node-options='--max_old_space_size=8048' gulp",
17
"build": "npm run gulp -- build",
18
"test": "npm run gulp -- test",
19
"test:dev": "npm run gulp -- run.tests",
0 commit comments