Skip to content

Commit 01fc9f0

Browse files
committed
no-frozen
1 parent 52ff3da commit 01fc9f0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cross-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Add '--frozen-lockfile' once this gets fixed:
3939
# https://github.com/DefGuard/proxy/actions
4040
- name: Build frontend
41-
run: pnpm install --ignore-scripts && pnpm build
41+
run: pnpm install --ignore-scripts --no-frozen-lockfile && pnpm build
4242
working-directory: web
4343

4444
- name: Sync with FreeBSD

web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"private": true,
44
"version": "0.0.1",
55
"type": "module",
6-
"packageManager": "pnpm",
76
"scripts": {
87
"dev": "vite",
98
"build": "vite build && tsc -b",

0 commit comments

Comments
 (0)