This repository was archived by the owner on Aug 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3105
-90
lines changed Expand file tree Collapse file tree 3 files changed +3105
-90
lines changed Original file line number Diff line number Diff line change 15
15
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
16
16
- v0-yarn-{{checksum ".circleci/config.yml"}}
17
17
- run : .circleci/greenkeeper
18
- - run : yarn add -D nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
19
18
- run : |
20
19
mkdir -p reports
21
20
$NYC yarn test --reporter mocha-junit-reporter
@@ -34,11 +33,10 @@ jobs:
34
33
- add_ssh_keys
35
34
- checkout
36
35
- restore_cache : *restore_cache
37
- - run : yarn global add @anycli/semantic-release@1 semantic-release@12
38
36
- run : yarn --frozen-lockfile
39
37
- run : |
40
38
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
41
- semantic-release -e @anycli/semantic-release
39
+ ./node_modules/.bin/ semantic-release -e @anycli/semantic-release
42
40
- save_cache :
43
41
key : v0-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
44
42
paths :
Original file line number Diff line number Diff line change 12
12
"wrap-ansi" : " ^3.0.1"
13
13
},
14
14
"devDependencies" : {
15
+ "@anycli/nyc-config" : " 0" ,
16
+ "@anycli/semantic-release" : " 1" ,
15
17
"@anycli/tslint" : " ^0.2.6" ,
18
+ "@commitlint/cli" : " 6" ,
19
+ "@commitlint/config-conventional" : " 6" ,
16
20
"@types/chai" : " ^4.1.2" ,
17
21
"@types/clean-stack" : " ^1.3.0" ,
18
22
"@types/fs-extra" : " ^5.0.0" ,
26
30
"concurrently" : " ^3.5.1" ,
27
31
"fancy-test" : " ^1.0.1" ,
28
32
"mocha" : " ^5.0.0" ,
33
+ "mocha-junit-reporter" : " 1" ,
34
+ "nyc" : " 11" ,
35
+ "semantic-release" : " 12" ,
29
36
"ts-node" : " ^4.1.0" ,
30
37
"typescript" : " ^2.7.1"
31
38
},
You can’t perform that action at this time.
0 commit comments