mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 11:48:16 +00:00
14 lines
211 B
YAML
14 lines
211 B
YAML
machine:
|
|
environment:
|
|
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
|
|
|
|
dependencies:
|
|
override:
|
|
- yarn
|
|
cache_directories:
|
|
- ~/.cache/yarn
|
|
|
|
test:
|
|
override:
|
|
- yarn test
|