Skip to content

App hosting should support pnpm workspace projects #7478

@debkanchan

Description

@debkanchan

[REQUIRED] Environment info

firebase-tools: 13.13.0

Platform: MacOS

[REQUIRED] Test case

Steps to reproduce should be enough

[REQUIRED] Steps to reproduce

  1. Create a new pnpm workspace with the following pnpm-workspace.yaml
packages:
  - "apps/*"
  - "packages/*"
  1. inside /apps/main init a new nextjs app
  2. inside /packages/random init empty js project
  3. in project root run pnpm i
  4. commit and push to Github
  5. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions