Skip to content

Commit b7e5e11

Browse files
authored
Do not use deprecated node flag (#1413)
1 parent 8c12ee4 commit b7e5e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-angular-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dist"
1414
],
1515
"scripts": {
16-
"gulp": "npx --node-arg=--max_old_space_size=8048 gulp",
16+
"gulp": "npx --node-options='--max_old_space_size=8048' gulp",
1717
"build": "npm run gulp -- build",
1818
"test": "npm run gulp -- test",
1919
"test:dev": "npm run gulp -- run.tests",

0 commit comments

Comments
 (0)