Skip to content

Commit

Permalink
fix: updated generator
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 13, 2018
1 parent 497ac6e commit 08e5c6b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- checkout
- restore_cache: *restore_cache
- run: yarn
- run: npx dxcli-dev-semantic-release
- run: ./node_modules/.bin/dxcli-dev-semantic-release
- save_cache: *save_cache

workflows:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bin": "bin/run",
"dependencies": {
"generator-dxcli": "^1.4.0",
"generator-dxcli": "^1.4.1",
"yeoman-environment": "^2.0.5"
},
"devDependencies": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"repository": "dxcli/create-dxcli",
"scripts": {
"commitmsg": "dxcli-dev-commitmsg",
"lint": "dxcli-dev lint",
"precommit": "dxcli-dev test",
"test": "dxcli-dev test",
"lint": "dxcli-dev lint"
"test": "dxcli-dev test"
}
}
2 changes: 1 addition & 1 deletion scripts/circleci
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ "$CLI_ENGINE_GREENKEEPER_BRANCH" == 1 ]]; then
greenkeeper-lockfile-upload
fi

NYC="npx nyc --nycrc-path node_modules/@dxcli/dev-nyc-config/.nycrc"
NYC="./node_modules/.bin/nyc --nycrc-path node_modules/@dxcli/dev-nyc-config/.nycrc"
$NYC yarn test
$NYC report --reporter=text-lcov > coverage.lcov

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1631,9 +1631,9 @@ gauge@~2.7.3:
strip-ansi "^3.0.1"
wide-align "^1.1.0"

generator-dxcli@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/generator-dxcli/-/generator-dxcli-1.4.0.tgz#1258ee98495f906f2a55cf144bd1be458d4fe22c"
generator-dxcli@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/generator-dxcli/-/generator-dxcli-1.4.1.tgz#80a23992c8fba422119a904f32cdc8cfb7331160"
dependencies:
cli-ux "^2.0.21"
debug "^3.1.0"
Expand Down

0 comments on commit 08e5c6b

Please sign in to comment.