mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 04:51:15 +00:00
16 lines
234 B
YAML
16 lines
234 B
YAML
machine:
|
|
node:
|
|
version: 8
|
|
environment:
|
|
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
|
|
|
|
dependencies:
|
|
override:
|
|
- yarn
|
|
cache_directories:
|
|
- ~/.cache/yarn
|
|
|
|
test:
|
|
override:
|
|
- yarn test
|