Yeti-or / npm-pack-prefix

Demonstrate bug with in npm-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm-pack-prefix

Working as intended:

npm install --prefix packages/nested
npm info --prefix packages/nested
npm owner ls --prefix packages/nested

Doesn't respect --prefix:

npm pack --prefix packages/nested
npm publish --prefix packages/nested

About

Demonstrate bug with in npm-cli


Languages

Language:JavaScript 100.0%