Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
bmf-san committed Aug 27, 2018
1 parent 2ff6264 commit dac01e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
name: core-app - Install composer packages
command: docker exec -it rubel_php /bin/sh -c "cd core-app/ && composer install"
- save_cache:
key: composer-cache-{{ .Branch }}--{{ checksum "src/core-app/compose.lock" }}
key: composer-cache-{{ .Branch }}--{{ checksum "src/core-app/composer.lock" }}
paths:
- "~/.composer/cache"
- run:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
name: client-app - Install npm packages and build source files
command: docker exec -it rubel_php /bin/sh -c "cd client-app/packages/bmftech && npm cache verify && npm install && npm run build"
- save_cache:
key: npm-cache-{{ .Branch }}-{{ checksum "src/client-app/package/bmftech/package-lock.json" }}
key: npm-cache-{{ .Branch }}-{{ checksum "src/client-app/packages/bmftech/package-lock.json" }}
paths:
- "~/.cache/npm"
- run:
Expand Down

0 comments on commit dac01e4

Please sign in to comment.