@oasisprotocol/client-rt

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.