Skip to content

glensc/yarn-install-dev

Repository files navigation

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.

About

Install selected packages from devDependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published