Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
0c62bf38
Unverified
Commit
0c62bf38
authored
Aug 03, 2019
by
Thibaut Sardan
Committed by
GitHub
Aug 03, 2019
Browse files
Yarn start for react-native start preventing out of memory (#304)
parent
be6cb3dc
Pipeline
#45390
failed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
0c62bf38
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment