From e370b12032e1bbabfe52b84429a7b1771037c461 Mon Sep 17 00:00:00 2001 From: David Buzinski Date: Fri, 15 Mar 2024 09:41:34 -0400 Subject: [PATCH] works --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 298e6ec..9d85036 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,5 +10,5 @@ jobs: node-version: 20 cache: npm - uses: google/wireit@setup-github-actions-caching/v1 - - run: npm ci --loglevel verbose --include dev + - run: npm ci - run: npm run build