Skip to content

Skip pnpm warning about build scripts #54

@thomasballinger

Description

@thomasballinger

Either we need to maintain these lists in each template or do something fancy on install.

Or something simpler on install: just add all the reasonable ones we expect and trust.

Maintaining these in e.g. package.json might look like

  "pnpm": {
    "onlyBuiltDependencies": [
      "esbuild",
      "@tailwindcss/oxide"
    ]
  }

Adding a known list right before installing could work, it doesn't warn if there are extras.

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