From ea80c8bfae0592fbf121df599ce026ad275bd9f7 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Thu, 6 Jan 2022 16:18:09 +0000 Subject: [PATCH] make ci faster --- .github/workflows/build_test_react.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_react.yml b/.github/workflows/build_test_react.yml index 1412ef5..141822d 100644 --- a/.github/workflows/build_test_react.yml +++ b/.github/workflows/build_test_react.yml @@ -14,6 +14,6 @@ jobs: node-version: '16' check-latest: true cache: 'npm' - - run: npm ci + - run: npm install - run: npm run build - run: npm test