Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnost committed Jun 21, 2024
1 parent 0393c71 commit b232177
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
- v1-dependencies-

- run: yarn install

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

- run: yarn add ava --dev # for testing

# Run tests
- run: yarn test
- run: yarn build
Expand Down

0 comments on commit b232177

Please sign in to comment.