From b232177e70a2a4e870fe623f0f13206f206aa1be Mon Sep 17 00:00:00 2001 From: Eric Nost Date: Thu, 20 Jun 2024 20:25:12 -0400 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 706c0f0..1d12a60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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