mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-11 02:29:48 -04:00
* build: bundle `dist/node_modules` using pnpm deploy * chore: remove copied `pnpm.overrides` for publish-packed * chore: remove `catalog:` protocol ban in `pnpm/package.json` * chore: remove `publish-packed` dependency * build: move `node-gyp` from `optionalDependencies` to `dependencies` The `node-gyp` dependency is bundled into the `pnpm` package before it's published. The dependency declaration itself is then removed from the published package manifest. This means there's not a point to declaring `node-gyp` as an optional dependency. It'll always be bundled and the published manifest doesn't contain the dependency declaration. https://github.com/pnpm/pnpm/pull/10508#discussion_r2782257620 * build: throw if peerDependencies or optionalDependencies are declared * build: use meta-updater instead of Jest test for dep kind check
6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
bin/nodes
|
|
dist-spnpm
|
|
|
|
# Used by bundle-deps.ts
|
|
/temp-deploy
|