Skip to content

Commit

Permalink
Restore cache on Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsk committed Dec 4, 2019
1 parent 6d7854f commit ec3ff6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -31,14 +31,14 @@ jobs:

- restore_cache:
keys:
- project-{{ checksum "nuxt-ts-project/package.json" }}-v1
- project-{{ checksum "nuxt-ts-project/package.json" }}-v2

- run: cd nuxt-ts-project && npm install

- save_cache:
paths:
- nuxt-ts-project/node_modules
key: project-{{ checksum "nuxt-ts-project/package.json" }}-v1
key: project-{{ checksum "nuxt-ts-project/package.json" }}-v2

- run: cd nuxt-ts-project && npm run build

Expand Down

0 comments on commit ec3ff6e

Please sign in to comment.