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 6
6
- image : circleci/node:latest
7
7
steps :
8
8
- 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 8
8
"prepublish" : " npm run build" ,
9
9
"build" : " tsc -d" ,
10
10
"pretest" : " npm run build" ,
11
- "lint" : " tslint src/**/*.ts" ,
12
- "semantic-release" : " semantic-release"
11
+ "lint" : " tslint src/**/*.ts"
13
12
},
14
13
"repository" : {
15
14
"type" : " git" ,
32
31
"@types/yargs" : " 11.0.0" ,
33
32
"graphql" : " 0.13.1" ,
34
33
"graphql-config" : " 2.0.1" ,
35
- "semantic-release" : " 12.4.1" ,
36
34
"tslint" : " 5.9.1" ,
37
35
"typescript" : " 2.7.2"
38
36
},
You can’t perform that action at this time.
0 commit comments