Skip to content

v1.30.0

Compare
Choose a tag to compare
@zkochan zkochan released this 19 Jan 00:47
· 7351 commits to main since this release

Features

  • new command: pnpm server stop (#960)
  • new config for pnpm server start: --ignore-stop-requests (#960)
    disallows stopping of the store server via requests
  • new config for pnpm server start: --background (#995)
    starts the store server in the background
  • new config for pnpm install: --use-store-server (#995)
    starts a store server in the background before installation starts

Bug Fixes

SEMI-BREAKING CHANGES:

Changes in experimental commands:

  • pnpm server doesn't start a server but only prints help
  • pnpm server start starts a store server