Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 6, 2018
1 parent 4f5c924 commit 9a1d6cf
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
- checkout
- restore_cache: &restore_cache
keys:
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
- v0-yarn-{{checksum ".circleci/config.yml"}}
- v1-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
- v1-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 -v
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
export PATH=/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH
semantic-release -e @anycli/semantic-release
- save_cache:
key: v0-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
key: v1-yarn-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
paths:
- ~/cli/node_modules
- /usr/local/share/.cache/yarn
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,10 +17,10 @@
"@anycli/command": "^1.2.9",
"@anycli/config": "^1.3.10",
"@anycli/errors": "^0.2.0",
"@anycli/plugin-help": "^0.6.3"
"@anycli/plugin-help": "^0.6.4"
},
"devDependencies": {
"@anycli/dev-cli": "^0.1.6",
"@anycli/dev-cli": "^0.2.1",
"@anycli/test": "^0.10.11",
"@anycli/tslint": "^0.2.6",
"@types/chai": "^4.1.2",
Expand Down
29 changes: 21 additions & 8 deletions yarn.lock
Expand Up @@ -14,17 +14,18 @@
dependencies:
"@anycli/parser" "^3.2.5"

"@anycli/config@^1.1.8", "@anycli/config@^1.3.10":
"@anycli/config@^1.3.10":
version "1.3.10"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.10.tgz#8d821fe8a60ec400dd49d9b1a12f7062e590dd4f"

"@anycli/dev-cli@^0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.6.tgz#bb27980fe2cfb26f889768006c26735350fdfe28"
"@anycli/dev-cli@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.2.1.tgz#4c5153ec2cd37c3800005c812c7088466e385d92"
dependencies:
"@anycli/command" "^1.2.5"
"@anycli/config" "^1.1.8"
"@anycli/plugin-help" "^0.6.2"
"@anycli/command" "^1.2.9"
"@anycli/config" "^1.3.10"
"@anycli/errors" "^0.2.0"
"@anycli/plugin-help" "^0.6.3"

"@anycli/errors@^0.2.0":
version "0.2.0"
Expand All @@ -44,7 +45,7 @@
version "3.2.5"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.2.5.tgz#d0e7ddb14945cb84377fa69095009ca6005e6b6d"

"@anycli/plugin-help@^0.6.2", "@anycli/plugin-help@^0.6.3":
"@anycli/plugin-help@^0.6.3":
version "0.6.3"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.6.3.tgz#e365947b69ce232cbd49fcda934dd53852d2503f"
dependencies:
Expand All @@ -56,6 +57,18 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@anycli/plugin-help@^0.6.4":
version "0.6.4"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.6.4.tgz#ae3d6b4663b0fd6f7e3e78a2bc11fc41c7f8bb17"
dependencies:
"@anycli/command" "^1.2.9"
chalk "^2.3.0"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^2.1.1"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@anycli/test@^0.10.11":
version "0.10.11"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.11.tgz#0d1004c8c0b34a8853ee7a3a26c90ed12ce6e42f"
Expand Down

0 comments on commit 9a1d6cf

Please sign in to comment.