Skip to content

Commit

Permalink
Add missing dash
Browse files Browse the repository at this point in the history
  • Loading branch information
geriux committed Feb 14, 2023
1 parent 112eab9 commit b85d3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commands:
name: Restore NPM Cache
keys:
- npm-install-cache-{{ .Environment.CACHE_TRIGGER_VERSION }}-{{ arch }}-{{ checksum "package-lock.json" }}
- npm-install-cache-{{ .Environment.CACHE_TRIGGER_VERSION }}-{{ arch }}
- npm-install-cache-{{ .Environment.CACHE_TRIGGER_VERSION }}-{{ arch }}-
- run:
name: NPM Install (E2E Tests)
command: |
Expand Down

0 comments on commit b85d3cf

Please sign in to comment.