Skip to content

Commit

Permalink
Merge pull request #284 from anthonyronda/fix/remove-cache-again
Browse files Browse the repository at this point in the history
fix(temporary): removed caching from the build ci
  • Loading branch information
anthonyronda authored Jan 4, 2023
2 parents afb4a47 + 522e244 commit 686ece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 686ece6

Please sign in to comment.