podman-desktop-extension-ai-lab icon indicating copy to clipboard operation
podman-desktop-extension-ai-lab copied to clipboard

build time has increase **a lot**

Open axel7083 opened this issue 1 year ago • 3 comments

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

axel7083 avatar Oct 01 '24 08:10 axel7083

maybe use git bisect

benoitf avatar Oct 01 '24 09:10 benoitf

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

jeffmaury avatar Oct 01 '24 09:10 jeffmaury

"build": "npm run generate && vite build",

is it npm run generate or vite build that is taking time

benoitf avatar Oct 01 '24 09:10 benoitf