File tree Expand file tree Collapse file tree 3 files changed +20
-1642
lines changed Expand file tree Collapse file tree 3 files changed +20
-1642
lines changed Original file line number Diff line number Diff line change 66 - image : circleci/node:latest
77 steps :
88 - checkout
9- - run :
10- name : update-npm
11- command : ' sudo npm install -g yarn@latest'
12- - restore_cache :
13- key : dependency-cache-{{ checksum "package.json" }}
14- - run :
15- name : install-yarn
16- command : yarn install
17- - save_cache :
18- key : dependency-cache-{{ checksum "package.json" }}
19- paths :
20- - ./node_modules
21- - run :
22- name : release
23- command : yarn semantic-release || true
9+ - run : sudo npm install -g yarn semantic-release
10+ - run : yarn install
11+ - run : yarn test
12+ - run : semantic-release
Original file line number Diff line number Diff line change 88 "prepublish" : " npm run build" ,
99 "build" : " tsc -d" ,
1010 "pretest" : " npm run build" ,
11- "lint" : " tslint src/**/*.ts" ,
12- "semantic-release" : " semantic-release"
11+ "lint" : " tslint src/**/*.ts"
1312 },
1413 "repository" : {
1514 "type" : " git" ,
3231 "@types/yargs" : " 11.0.0" ,
3332 "graphql" : " 0.13.1" ,
3433 "graphql-config" : " 2.0.1" ,
35- "semantic-release" : " 12.4.1" ,
3634 "tslint" : " 5.9.1" ,
3735 "typescript" : " 2.7.2"
3836 },
You can’t perform that action at this time.
0 commit comments