Skip to content

Disable package.json synchronization for one package #762

@Magiczne

Description

@Magiczne

Let's suppose i have monorepo with

  • composer-package-a
    • npm-package
      • ...
      • package.json
    • ...
    • composer.json
  • symfony-flex-app
    • ...
    • composer.json
    • package.json

symfony-flex-app composer.json requires composer-package-a which causes npm package from npm-package directory to sync with package.json in the symfony-flex-app.

I want to disable that behavior, cause I don't want this package to be synchronized.
Is there an official way to do so?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions