File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ machine:
22 timezone : UTC
33 node :
44 version : 7.7.1
5+ environment :
6+ PATH : " ${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
7+
8+ dependencies :
9+ override :
10+ - yarn
11+ cache_directories :
12+ - ~/.cache/yarn
13+
514deployment :
615 production :
716 branch : master
@@ -11,7 +20,12 @@ deployment:
1120 - ./node_modules/.bin/hexo clean
1221 - ./node_modules/.bin/hexo generate
1322 - ./node_modules/.bin/hexo deploy
23+
1424general :
1525 branches :
1626 ignore :
1727 - gh-pages
28+
29+ test :
30+ override :
31+ - yarn test
Original file line number Diff line number Diff line change 77 },
88 "scripts" : {
99 "test" : " yarn run lint" ,
10- "lint" : " textlint source/**/*.md -f pretty-error" ,
11- "lint:fix" : " textlint --fix source/**/*.md -f pretty-error"
10+ "lint" : " textlint source/**/*.md -f pretty-error"
1211 },
1312 "dependencies" : {
1413 "hexo" : " ^3.2.2" ,
You can’t perform that action at this time.
0 commit comments