Skip to content

Commit

Permalink
update lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFern committed Jul 16, 2022
1 parent 68be31a commit 9dbae54
Show file tree
Hide file tree
Showing 3 changed files with 36,392 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ blocks:
commands:
- cd src/server
- cache restore server-node-modules-$SEMAPHORE_GIT_BRANCH-$(checksum package-lock.json),server-node-modules-$SEMAPHORE_GIT_BRANCH,server-node-modules-master
- npm install
- npm install --legacy-peer-deps
- cache store server-node-modules-$SEMAPHORE_GIT_BRANCH-$(checksum package-lock.json) node_modules

- name: 🔍 Lint
Expand Down
Loading

0 comments on commit 9dbae54

Please sign in to comment.