Unverified Commit 0c62bf38 authored by Thibaut Sardan's avatar Thibaut Sardan Committed by GitHub
Browse files

Yarn start for react-native start preventing out of memory (#304)

parent be6cb3dc
Pipeline #45390 failed with stage
in 14 seconds
......@@ -12,7 +12,7 @@
"build-rust-android": "cd rust/signer && make android",
"ios": "yarn run build-rust-ios && react-native run-ios",
"android": "yarn run build-rust-android && react-native run-android",
"start": "yarn run ios",
"start": "NODE_OPTIONS=--max_old_space_size=8192 react-native start",
"postinstall": "jetify",
"test": "jest",
"lint": "eslint",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment