podman-desktop-extension-ai-lab
podman-desktop-extension-ai-lab copied to clipboard
build time has increase **a lot**
Bug description
For unknown reasons, I noticed a significant increase in the time required to build the extension. From almost nothing to 8.49s + 39.60s the backend part has been increase a lot.
Operating system
windows 11
Installation Method
None
Version
next (development version)
Steps to reproduce
pnpm build
Relevant log output
[0] ✓ built in 8.49s
[0] cd packages/frontend && npm run build exited with code 0
[1] ✓ built in 39.60s
[1] cd packages/backend && npm run build exited with code 0
Additional context
No response
maybe use git bisect
main is building backend in 40s Latest yarn build backend build in 25s First pnpm commit builld backend in 37s 1.2.3 build backend in 10s
"build": "npm run generate && vite build",
is it npm run generate or vite build that is taking time