Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 688 Bytes

File metadata and controls

32 lines (21 loc) · 688 Bytes

Shared Utils

Project dependencies Status Project devDependencies Status

Shared utilities between packages and apps

Running project

yarn start

Will compile and start watching for changes in library.

Running tests

yarn test

Fix all autofixable errors

yarn lint:fix

Production build

yarn build