mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
3b7bffa2a1
* use new _flowconfig in generator template * increase sinopia max_body_size * remove breaking `cd` command from e2e-test.sh
24 lines
381 B
YAML
24 lines
381 B
YAML
storage: /tmp/sinopia-package-cache
|
|
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
|
|
packages:
|
|
'react-native':
|
|
allow_access: $all
|
|
allow_publish: $all
|
|
|
|
'react-native-cli':
|
|
allow_access: $all
|
|
allow_publish: $all
|
|
|
|
'*':
|
|
allow_access: $all
|
|
proxy: npmjs
|
|
|
|
logs:
|
|
- {type: file, path: sinopia.log, format: pretty, level: http}
|
|
|
|
max_body_size: '50mb'
|