Skip to content

Commit

Permalink
Updated node options settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Apr 16, 2024
1 parent 22408b3 commit d03553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/electron-app/package.json
Expand Up @@ -25,7 +25,7 @@
"package:post": "rimraf plugins/crossmodel-lang* && yarn --cwd ../../extensions/crossmodel-lang symlink",
"package:pre": "rimraf dist && rimraf plugins/crossmodel-lang && yarn package:extensions",
"package:preview": "yarn package:pre && electron-builder -c.mac.identity=null --dir && yarn package:post",
"prepare": "cross-env NODE_OPTIONS=--max_old_space_size=8192 && theia build --mode development && yarn download:plugins",
"prepare": "cross-env NODE_OPTIONS=--max-old-space-size=8192 theia build --mode development && yarn download:plugins",
"rebuild": "theia rebuild:electron --cacheRoot ../..",
"start": "cross-env NODE_ENV=development theia start --plugins=local-dir:plugins",
"test": "jest --passWithNoTests",
Expand Down

0 comments on commit d03553f

Please sign in to comment.