Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 476 Bytes

Outer workspace for packages

This directory is an npm workspace that helps us link the contained packages into each other's dependencies.

Building the packages

In this directory, run:

npm i --foreground-scripts

The --foreground-scripts option instructs npm to compile (TypeScript) depended-on packages before compiling packages that depend on them. Tracked.