x
This commit is contained in:
@@ -85,6 +85,16 @@ jobs:
|
||||
cache: npm
|
||||
cache-dependency-path: client/package-lock.json
|
||||
|
||||
- name: Cache Vite build
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
client/node_modules/.vite
|
||||
client/dist
|
||||
key: ${{ runner.os }}-vite-${{ hashFiles('client/src/**', 'client/vite.config.ts') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-vite-
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user