UNPKG

332 BYAMLView Raw
1machine:
2 node:
3 version: v6.10.0
4 environment:
5 PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
6dependencies:
7 override:
8 - yarn
9 cache_directories:
10 - ~/.cache/yarn
11test:
12 pre:
13 - yarn run build
14 override:
15 - yarn run test:cli
16 - yarn run test:jest
17general:
18 artifacts:
19 - build
\No newline at end of file