Skip to content

Commit

Permalink
fix: ci/cd, bump package to 11.3.2 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly authored Jan 27, 2021
1 parent 58bb7a7 commit 6b43a1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
command: |
npm run gitbook:build
- save_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
key: build-cache-{{ checksum "package-lock.json" }}
paths:
- _book

Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
echo 'export GIT_CI_EMAIL=$GIT_CI_EMAIL' >> $BASH_ENV
- restore_cache:
keys:
- dependency-cache-{{ checksum "package-lock.json" }}
- build-cache-{{ checksum "package-lock.json" }}
- run:
<<: *defaults_git_identity_setup
- run:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "11.3.1",
"version": "11.3.2",
"description": "Mojaloop Documentation GitBook Project",
"dependencies": {
"express": "4.17.1",
Expand Down

0 comments on commit 6b43a1c

Please sign in to comment.