Skip to content

Commit

Permalink
fix: fixed help in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent 1a1d334 commit d8df03b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- v0-yarn-{{checksum ".circleci/config.yml"}}
- run: .circleci/greenkeeper
- run: yarn add -D nyc@11 @anycli/nyc-config@0 mocha-junit-reporter@1 @commitlint/cli@6 @commitlint/config-conventional@6
# - run: ./bin/run --help
- run: ./bin/run help
- run: |
mkdir -p reports
$NYC yarn test --reporter mocha-junit-reporter
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- ps: Install-Product node $env:nodejs_version x64
- yarn add -D nyc@11 @anycli/nyc-config@0
test_script:
- .\bin\run --help
- .\bin\run help
- .\node_modules\.bin\nyc --nycrc-path node_modules/@anycli/nyc-config/.nycrc yarn test
after_test:
- .\node_modules\.bin\nyc --nycrc-path node_modules/@anycli/nyc-config/.nycrc report --reporter text-lcov > coverage.lcov
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"bugs": "https://github.com/anycli/plugin-help/issues",
"dependencies": {
"@anycli/command": "^0.3.4",
"@anycli/command": "^0.3.6",
"@anycli/screen": "^0.0.3",
"chalk": "^2.3.0",
"cli-ux": "^3.3.12",
Expand All @@ -25,8 +25,8 @@
},
"devDependencies": {
"@anycli/config": "^0.2.11",
"@anycli/engine": "^0.1.46",
"@anycli/plugin-plugins": "^0.2.2",
"@anycli/engine": "^0.1.47",
"@anycli/plugin-plugins": "^0.2.3",
"@anycli/plugin-version": "^0.1.19",
"@anycli/test": "^0.10.3",
"@anycli/tslint": "^0.2.2",
Expand Down
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/command@^0.3.6":
version "0.3.6"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.3.6.tgz#02aadc38cee7bc4acb2069732cb1591dfc339c29"
dependencies:
"@anycli/parser" "^3.0.4"
cli-ux "^3.3.12"
debug "^3.1.0"
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.2.11":
version "0.2.11"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.11.tgz#1b043946b18e159e6e44195aa4fef309b79f8ede"
Expand All @@ -23,9 +33,9 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/engine@^0.1.46":
version "0.1.46"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.46.tgz#89ed1b587f5fc83f8ca865786420684d319d04fa"
"@anycli/engine@^0.1.47":
version "0.1.47"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.47.tgz#c266e74ed3d1f372065d6329c7a08be04be158ff"
dependencies:
"@anycli/manifest-file" "^0.3.8"
cli-ux "^3.3.12"
Expand Down Expand Up @@ -53,13 +63,14 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/plugin-plugins@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@anycli/plugin-plugins/-/plugin-plugins-0.2.2.tgz#d2118406cf9b4121a3cf2c185065afaa16e46ac4"
"@anycli/plugin-plugins@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@anycli/plugin-plugins/-/plugin-plugins-0.2.3.tgz#75bd2ef541e87c0ce875f4b018cec6ed7cc9ebab"
dependencies:
"@anycli/command" "^0.3.4"
"@anycli/manifest-file" "^0.3.8"
"@heroku-cli/color" "^1.1.3"
chalk "^2.3.0"
cli-ux "^3.3.12"
debug "^3.1.0"
fs-extra "^5.0.0"
Expand Down

0 comments on commit d8df03b

Please sign in to comment.