diff options
| author | Lyssa | 2026-03-05 17:41:50 +0000 |
|---|---|---|
| committer | Lyssa | 2026-03-05 17:41:50 +0000 |
| commit | 1a5789d7fde0d07163a74b62e634a2319f707263 (patch) | |
| tree | 2d266cd35c455b5b4be863a903053a79fc82cada /.github | |
| parent | 9673938039f8ec4ad5aa4233685d45c72588ec8c (diff) | |
| download | massgrave.dev-1a5789d7fde0d07163a74b62e634a2319f707263.zip | |
Rspack caching seems very inconsistent in terms of build time improvements
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 9 |
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 |
