From 522e24432ad4bde81fcc5a3686dfa0cb4daf3aa3 Mon Sep 17 00:00:00 2001 From: Anthony Ronda Date: Wed, 4 Jan 2023 14:18:17 -0500 Subject: [PATCH] fix(temporary): removed caching from the build ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f29685d7..b7ee8b0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # Get dev dependencies for the package, including Gulp and Rollup - name: Install dev dependencies - run: npm ci --cache .npm --prefer-offline --ignore-scripts + run: npm ci #--cache .npm --prefer-offline --ignore-scripts # Create a build using Gulp build script - name: Run Gulp build script