Skip to content

Commit

Permalink
Do not use deprecated node flag (DevExpress#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr authored Jun 16, 2023
1 parent 8c12ee4 commit b7e5e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme-angular-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dist"
],
"scripts": {
"gulp": "npx --node-arg=--max_old_space_size=8048 gulp",
"gulp": "npx --node-options='--max_old_space_size=8048' gulp",
"build": "npm run gulp -- build",
"test": "npm run gulp -- test",
"test:dev": "npm run gulp -- run.tests",
Expand Down

0 comments on commit b7e5e11

Please sign in to comment.