Skip to content

Commit

Permalink
Merge b8c0061 into 751b875
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Aug 13, 2023
2 parents 751b875 + b8c0061 commit 923c6a0
Show file tree
Hide file tree
Showing 9 changed files with 11,341 additions and 38,232 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Expand Up @@ -135,20 +135,21 @@ commands:
keys:
# Find a cache corresponding to this specific package-lock.json checksum
# when this file is changed, this key will fail
- v1-npm-deps-{{ checksum "UI/package-lock.json" }}
- v1-npm-deps-{{ checksum "UI/yarn.lock" }}
# Find the most recently generated cache used from any branch
- v1-npm-deps-

- run:
name: Make JS + README
command: |
sudo npm install -g yarn
make js
make readme
- save_cache:
key: v1-npm-deps-{{ checksum "UI/package-lock.json" }}
key: v1-npm-deps-{{ checksum "UI/yarn.lock" }}
paths:
- $HOME/.npm
- UI/node_modules

- run:
name: Set up dirs and files
Expand Down

0 comments on commit 923c6a0

Please sign in to comment.