Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 278 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 278 Bytes

projector-yarn

Run Yarn with ease

Installation

yarn add --dev projector-yarn

Usage

import * as yarn from 'projector-yarn';

export async function build() {
  await yarn.run({ name: 'script-name', flags: ['--dev'] });
}