github pnpm/pnpm v1.35.0

latest releases: v9.1.1, v9.1.0, v8.15.8...
6 years ago

Features

  • recursive: running recursive commands on a subset of packages (#1057, @zkochan)

    A pnpm-workspace.yaml file can be used in the root of a multi-package repository to specify an array of globs to use as package locations.

    Example of a pnpm-workspace.yaml file:

    packages:
      - 'packages/**'
      - 'components/**'

Performance

Bug Fixes

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.