mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-13 08:05:05 +00:00
9 lines
365 B
YAML
9 lines
365 B
YAML
# Trust the install-time build scripts of these packages so pnpm doesn't
|
|
# refuse to run them. esbuild is pulled in transitively by vite and needs
|
|
# to compile its native binary at install time.
|
|
allowBuilds:
|
|
# posthog-js pulls core-js in transitively; its postinstall only prints a
|
|
# funding banner, so there is nothing to run.
|
|
core-js: false
|
|
esbuild: true
|