@pnpm/package-is-installable

v4.0.18
Checks if a package is installable on the current system

lint

eslint -c ../../eslint.json src/**/*.ts test/**/*.ts

test

pnpm run compile && pnpm run _test

_test

cd ../.. && c8 --reporter lcov --reports-dir packages/package-is-installable/coverage ts-node packages/package-is-installable/test --type-check

start

pnpm run tsc -- --watch

compile

rimraf lib tsconfig.tsbuildinfo && tsc --build

prepublishOnly

pnpm run compile
npm i @pnpm/[email protected]

Metadata

  • MIT
  • >=10.16
  • Zoltan Kochan
  • released 11/8/2020

Downloads