Skip to content

Commit

Permalink
circleci: I'm bad at this
Browse files Browse the repository at this point in the history
let's just bump my commit count for the day, what could go wrong
  • Loading branch information
magcius committed Feb 22, 2019
1 parent b2d43ed commit 3a6d456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -20,14 +20,14 @@ jobs:

- run: yarn install

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

- 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

- add_ssh_keys:
fingerprints:
- "4f:78:69:e1:6b:2d:bf:39:96:c5:4a:1c:d1:90:40:6e"
Expand Down

0 comments on commit 3a6d456

Please sign in to comment.