FGasper / evergreen-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evergreen UI

The new home of Spruce and Parsley.

Monorepo Tips & Tricks

Check out the Yarn Workspaces documentation for more.

Upgrades

To upgrade a dependency across workspaces:

yarn upgrade-interactive [--latest] [package-name]

Scripts

To run a script in a workspace from root:

yarn workspace [workspace-name] run [script-name]

For example, yarn workspace spruce run storybook.

Testing

To run all unit tests across the repository, from root:

yarn test

To run a particular workspace's unit tests from root:

yarn test --selectProjects [workspace-name]

About

License:Apache License 2.0


Languages

Language:TypeScript 96.7%Language:HTML 2.4%Language:Shell 0.5%Language:JavaScript 0.4%