Skip to content

Commit

Permalink
circleci: Try adding Parcel cache
Browse files Browse the repository at this point in the history
might speed things up
  • Loading branch information
magcius committed Feb 22, 2019
1 parent 80dd029 commit b2d43ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
- save_cache:
paths:
- node_modules
- .cache
key: v1-dependencies-{{ checksum "package.json" }}

- run: ./node_modules/.bin/parcel build --public-url=./ src/index.html src/embed.html
Expand Down

0 comments on commit b2d43ed

Please sign in to comment.