mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-20 23:41:28 +02:00
frontend: approve esbuild postinstall via pnpm-workspace.yaml
pnpm 11 blocks dependency build scripts by default and exits non-zero when any are skipped, which made task build fail at install:frontend:deps. esbuild's postinstall is required to fetch the platform-specific binary.
This commit is contained in:
2
client/ui/frontend/pnpm-workspace.yaml
Normal file
2
client/ui/frontend/pnpm-workspace.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
Reference in New Issue
Block a user