Skip to content

Commit 0ef5a3f

Browse files
committed
fix: use yarn instead of npm
1 parent 7b11e53 commit 0ef5a3f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

circle.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ machine:
22
timezone: UTC
33
node:
44
version: 7.7.1
5+
6+
dependencies:
7+
override:
8+
- yarn
9+
cache_directories:
10+
- ~/.cache/yarn
11+
512
deployment:
613
production:
714
branch: master
@@ -11,7 +18,12 @@ deployment:
1118
- ./node_modules/.bin/hexo clean
1219
- ./node_modules/.bin/hexo generate
1320
- ./node_modules/.bin/hexo deploy
21+
1422
general:
1523
branches:
1624
ignore:
1725
- gh-pages
26+
27+
test:
28+
override:
29+
- yarn test

0 commit comments

Comments
 (0)