Skip to content

Commit

Permalink
change cache key bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Aug 15, 2022
1 parent a031111 commit 14aaa6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- node/install:
node-version: "16.14.2"
- checkout
# - restore_cache:
# key: neon-wallet-dependencies-cache-{{ checksum "yarn.lock" }}
- restore_cache:
key: neon-wallet-deps-v2{{ checksum "yarn.lock" }}
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1 --cache-folder ~/.cache/yarn
- run: yarn lint
- run: yarn flow
Expand All @@ -22,22 +22,22 @@ jobs:
- save_cache:
paths:
- ~/.cache/yarn
key: neon-wallet-dependencies-cache-{{ checksum "yarn.lock" }}
key: neon-wallet-deps-v2{{ checksum "yarn.lock" }}
build:
macos:
xcode: "14.0.0"
steps:
- node/install:
node-version: "16.14.2"
- checkout
# - restore_cache:
# key: neon-wallet-dependencies-cache-{{ checksum "yarn.lock" }}
- restore_cache:
key: neon-wallet-deps-v2{{ checksum "yarn.lock" }}
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1 --cache-folder ~/.cache/yarn
- run: yarn release:all
- save_cache:
paths:
- ~/.cache/yarn
key: neon-wallet-dependencies-cache-{{ checksum "yarn.lock" }}
key: neon-wallet-deps-v2{{ checksum "yarn.lock" }}
- store_artifacts:
path: dist
destination: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.13.7",
"version": "2.13.8",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand Down

0 comments on commit 14aaa6c

Please sign in to comment.