Deploying project w/ pnpm workspace monorepo
I have a project in a monorepo that uses pnpm workspaces. I'm trying to deploy it to CF pages right now, but it seems that during the build it tries to do something with the packages which causes it to fail. Is there any workaround/planned fix for this?
5 Replies
Someone managed to get it with npx but otherwise you'll probably have to wait for build image v2
found a workaround, just use gh actions instead!
but a fix in v2 is appreciated 👍
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
hi, i use gh actions to build and upload the output files to cf directly
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View