Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb committed Mar 9, 2020
1 parent 4b7151b commit 5c52609
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 @@ -8,6 +8,7 @@ defaults: &defaults
jobs:
test:
<<: *defaults
steps:
- checkout
- restore_cache:
keys:
Expand All @@ -20,7 +21,6 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm run test


# Used to publish latest
deploy:
<<: *defaults
Expand Down

0 comments on commit 5c52609

Please sign in to comment.