pnpm setup pnpm setup This command is used by the standalone installation scripts of pnpm. For instance, in https://get.pnpm.io/install.sh . Setup does the following actions: ...
pnpm server Commands pnpm server start pnpm server stop pnpm server status Options --background --network-concurrency --protocol --port --store-dir --[no-]lock --ignore-s...
pnpm dlx Options --package <name> --shell-mode, -c --silent, -s pnpm dlx Fetches a package from the registry without installing it as a dependency, hotloads it, and runs wha...
pnpm test pnpm test Aliases: run test , t , tst Runs an arbitrary command specified in the package’s test property of its scripts object. The intended usage of the property...