Skip to content

Commit 67afc55

Browse files
Update deploy-vite.yml
1 parent 2d5468a commit 67afc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-vite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version: 23
4141
cache: 'npm'
42-
cache-dependency-path: './package-lock.json'
42+
cache-dependency-path: './calc-frontend/package-lock.json'
4343
- name: Install dependencies
4444
run: npm ci
4545
- name: Build

0 commit comments

Comments
 (0)