1.5.3 • Published 2 years ago
@poodl/protocol-utils v1.5.3
@poodl/protocol-utils
Installation
yarn add @poodl/protocol-utilsInstall dependencies
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
yarn config set workspaces-experimental trueThen install dependencies
yarn installBuild
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
PKG=@poodl/protocol-utils yarn buildOr continuously rebuild on change:
PKG=@poodl/protocol-utils yarn watchClean
yarn cleanLint
yarn lint