summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyssa2026-03-05 17:41:50 +0000
committerLyssa2026-03-05 17:41:50 +0000
commit1a5789d7fde0d07163a74b62e634a2319f707263 (patch)
tree2d266cd35c455b5b4be863a903053a79fc82cada
parent9673938039f8ec4ad5aa4233685d45c72588ec8c (diff)
downloadmassgrave.dev-1a5789d7fde0d07163a74b62e634a2319f707263.zip
Rspack caching seems very inconsistent in terms of build time improvements
-rw-r--r--.github/workflows/deploy.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 606fb51..5125dcc 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -31,15 +31,6 @@ jobs:
- name: Install dependencies
run: npm ci
- - name: Cache Rspack output
- uses: actions/[email protected]
- with:
- path: node_modules/.cache
- key: rspack-${{ hashFiles('package-lock.json') }}-${{ github.sha }}
- restore-keys: |
- rspack-${{ hashFiles('package-lock.json') }}-
- rspack-
-
- name: Build website
run: npm run build