-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
[REQUIRED] Environment info
firebase-tools: 13.13.0
Platform: MacOS
[REQUIRED] Test case
Steps to reproduce should be enough
[REQUIRED] Steps to reproduce
- Create a new pnpm workspace with the following pnpm-workspace.yaml
packages:
- "apps/*"
- "packages/*"- inside
/apps/maininit a new nextjs app - inside
/packages/randominit empty js project - in project root run
pnpm i - commit and push to Github
- create new app hosting backend, specify app directory to
/apps/main
[REQUIRED] Expected behaviour
Deploys the app
[REQUIRED] Actual behaviour
failed to build, lockfile not found
mbleigh, dario-digregorio, staticshock, Xennis, seijik42 and 6 more