Skip to content

Commit efc8946

Browse files
committed
Use yarn
1 parent b4735cb commit efc8946

File tree

2 files changed

+4420
-4
lines changed

2 files changed

+4420
-4
lines changed

circle.yml

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
machine:
22
node:
33
version: v6.10.0
4+
environment:
5+
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
6+
dependencies:
7+
override:
8+
- yarn
9+
cache_directories:
10+
- ~/.cache/yarn
411
test:
512
pre:
6-
- npm run build
7-
- npm run lint
13+
- yarn run build
14+
- yarn run lint
815
override:
9-
- npm run ci:test:
16+
- yarn run ci:test:
1017
environment:
1118
MOCHA_FILE: $CIRCLE_TEST_REPORTS/junit/test-results.xml
1219
post:
13-
- npm run ci:coverage
20+
- yarn run ci:coverage
1421
general:
1522
artifacts:
1623
- build

0 commit comments

Comments
 (0)