0.0.6 • Published 1 year ago

yarn-install-dev v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

yarn-install-dev

Install selected packages from devDependencies.

This is to provide solution for yarnpkg/yarn#5201 and yarnpkg/yarn#3254.

Installation

Recommended installation is to install as global.

npm install -g yarn-install-dev

Usage

Install typescript version specified in devDependencies:

yarn-install-dev typescript

This will run yarn install --frozen-lockfile --production with modified package.json. The package.json file is restored to original state after yarn execution.

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago