We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ff3da commit 01fc9f0Copy full SHA for 01fc9f0
2 files changed
.github/workflows/cross-build.yml
@@ -38,7 +38,7 @@ jobs:
38
# Add '--frozen-lockfile' once this gets fixed:
39
# https://github.com/DefGuard/proxy/actions
40
- name: Build frontend
41
- run: pnpm install --ignore-scripts && pnpm build
+ run: pnpm install --ignore-scripts --no-frozen-lockfile && pnpm build
42
working-directory: web
43
44
- name: Sync with FreeBSD
web/package.json
@@ -3,7 +3,6 @@
3
"private": true,
4
"version": "0.0.1",
5
"type": "module",
6
- "packageManager": "pnpm",
7
"scripts": {
8
"dev": "vite",
9
"build": "vite build && tsc -b",
0 commit comments