Describe the bug
/pagefind/pagefind.js is missing when using current workflow.
Can be fixed by using pnpm run build instead of pnpm astro check.
To Reproduce
In my case, I add an upload action and then find it out. There is no general step for this.

I am not sure how repo maintainers able to make it work in Vercel, but the file is not there when I tried this.
I am sure I have executed pnpm install --frozen-lockfile, pnpm astro check before pnpm astro build.
Expected behavior
/pagefind/pagefind.js should not be missing.
OS
Linux
Browser
No response
Additional context
No response
Describe the bug
/pagefind/pagefind.jsis missing when using current workflow.Can be fixed by using
pnpm run buildinstead ofpnpm astro check.To Reproduce
In my case, I add an upload action and then find it out. There is no general step for this.

I am not sure how repo maintainers able to make it work in Vercel, but the file is not there when I tried this.
I am sure I have executed
pnpm install --frozen-lockfile,pnpm astro checkbeforepnpm astro build.Expected behavior
/pagefind/pagefind.jsshould not be missing.OS
Linux
Browser
No response
Additional context
No response