Skip to content

Commit f379830

Browse files
🚀 🔧 use yarn on circleci
1 parent d6515e8 commit f379830

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

circle.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
machine:
2+
environment:
3+
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
24
node:
35
version: 6.1.0
6+
7+
dependencies:
8+
cache_directories:
9+
- ~/.cache/yarn
10+
11+
dependencies:
12+
override:
13+
- yarn
14+
15+
test:
16+
override:
17+
- yarn test

0 commit comments

Comments
 (0)