From d8df03bee99d520c51bf1754c00ed084b6a01170 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 1 Feb 2018 21:42:41 -0800 Subject: [PATCH] fix: fixed help in CI --- .circleci/config.yml | 2 +- appveyor.yml | 2 +- package.json | 6 +++--- yarn.lock | 23 +++++++++++++++++------ 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be8b1859..daa44339 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 099a5af4..47eb1c90 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/package.json b/package.json index 2bc99201..be1c6b86 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 1b2f1e9d..dc6a0cf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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"