Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit bebe38a

Browse files
committed
fix: ran generator
1 parent 1bf38d1 commit bebe38a

File tree

4 files changed

+7
-40
lines changed

4 files changed

+7
-40
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ jobs:
66
- image: node:latest
77
working_directory: ~/cli
88
environment:
9-
DEPS: "nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6"
109
NYC: "yarn exec nyc -- --nycrc-path node_modules/@anycli/nyc-config/.nycrc"
1110
MOCHA_FILE: "reports/mocha.xml"
1211
steps:
@@ -16,7 +15,7 @@ jobs:
1615
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
1716
- v0-yarn-{{checksum ".circleci/config.yml"}}
1817
- run: .circleci/greenkeeper
19-
- run: yarn add -D $DEPS
18+
- run: yarn add -D nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
2019
- run: |
2120
mkdir -p reports
2221
$NYC yarn test --reporter mocha-junit-reporter
@@ -35,8 +34,8 @@ jobs:
3534
- add_ssh_keys
3635
- checkout
3736
- restore_cache: *restore_cache
38-
- run: yarn add -D $DEPS
3937
- run: yarn global add @anycli/semantic-release@1 semantic-release@12
38+
- run: yarn --frozen-lockfile
4039
- run: |
4140
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
4241
semantic-release -e @anycli/semantic-release

.circleci/greenkeeper

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ if [[ ! -x "$(command -v greenkeeper-lockfile-update)" ]]; then
2121
fi
2222

2323
greenkeeper-lockfile-update
24-
yarn install "$CLI_ENGINE_UTIL_YARN_ARGS"
24+
yarn install
2525
greenkeeper-lockfile-upload

package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"devDependencies": {
1515
"@anycli/config": "^0.2.11",
1616
"@anycli/help": "^0.3.5",
17-
"@anycli/nyc-config": "0",
18-
"@anycli/tslint": "^0.2.1",
19-
"@commitlint/cli": "6",
20-
"@commitlint/config-conventional": "6",
17+
"@anycli/tslint": "^0.2.2",
2118
"@types/chai": "^4.1.2",
2219
"@types/lodash": "^4.14.100",
2320
"@types/mocha": "^2.2.48",
@@ -31,11 +28,8 @@
3128
"eslint-config-anycli": "^1.3.1",
3229
"fancy-test": "^0.6.6",
3330
"http-call": "^5.0.2",
34-
"husky": "^0.14.3",
3531
"mocha": "^5.0.0",
36-
"mocha-junit-reporter": "1",
3732
"nock": "^9.1.6",
38-
"nyc": "11",
3933
"ts-node": "^4.1.0",
4034
"typescript": "^2.7.1"
4135
},

yarn.lock

+3-29
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
version "0.0.3"
5050
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"
5151

52-
"@anycli/tslint@^0.2.1":
53-
version "0.2.1"
54-
resolved "https://registry.yarnpkg.com/@anycli/tslint/-/tslint-0.2.1.tgz#17295a3a4c579884cd3aea7ed1d8c07d11ecc624"
52+
"@anycli/tslint@^0.2.2":
53+
version "0.2.2"
54+
resolved "https://registry.yarnpkg.com/@anycli/tslint/-/tslint-0.2.2.tgz#46e899f58019600fc6a7191e7fde47d6b4513df1"
5555
dependencies:
5656
tslint "^5.9.1"
5757
tslint-xo "^0.6.0"
@@ -290,10 +290,6 @@ check-error@^1.0.1:
290290
version "1.0.2"
291291
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
292292

293-
ci-info@^1.0.0:
294-
version "1.1.2"
295-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.1.2.tgz#03561259db48d0474c8bdc90f5b47b068b6bbfb4"
296-
297293
circular-json@^0.3.1:
298294
version "0.3.3"
299295
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
@@ -806,14 +802,6 @@ http-call@^5.0.2:
806802
tslib "^1.8.1"
807803
tunnel-agent "^0.6.0"
808804

809-
husky@^0.14.3:
810-
version "0.14.3"
811-
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3"
812-
dependencies:
813-
is-ci "^1.0.10"
814-
normalize-path "^1.0.0"
815-
strip-indent "^2.0.0"
816-
817805
iconv-lite@^0.4.17:
818806
version "0.4.19"
819807
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b"
@@ -874,12 +862,6 @@ is-builtin-module@^1.0.0:
874862
dependencies:
875863
builtin-modules "^1.0.0"
876864

877-
is-ci@^1.0.10:
878-
version "1.1.0"
879-
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
880-
dependencies:
881-
ci-info "^1.0.0"
882-
883865
is-fullwidth-code-point@^2.0.0:
884866
version "2.0.0"
885867
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
@@ -1099,10 +1081,6 @@ normalize-package-data@^2.3.2:
10991081
semver "2 || 3 || 4 || 5"
11001082
validate-npm-package-license "^3.0.1"
11011083

1102-
normalize-path@^1.0.0:
1103-
version "1.0.0"
1104-
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379"
1105-
11061084
object-assign@^4.0.1:
11071085
version "4.1.1"
11081086
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
@@ -1410,10 +1388,6 @@ strip-bom@^3.0.0:
14101388
version "3.0.0"
14111389
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
14121390

1413-
strip-indent@^2.0.0:
1414-
version "2.0.0"
1415-
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68"
1416-
14171391
strip-json-comments@^2.0.0, strip-json-comments@~2.0.1:
14181392
version "2.0.1"
14191393
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

0 commit comments

Comments
 (0)