pnpm pack Options --pack-destination <dir> Life Cycle Scripts pnpm pack Create a tarball from a package. Options --pack-destination <dir> Directory in which pnpm pack wil...
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...
pnpm fetch Usage scenario Options --dev --prod pnpm fetch Fetch packages from a lockfile into virtual store, package manifest is ignored. Usage scenario This command is sp...
pnpm link Options --dir <dir>, -C pnpm link <dir> pnpm link --global pnpm link --global <pkg> pnpm link Aliases: ln Makes the current local package accessible system-w...