From c0fdc8d57085a0d0f274fc53b5edc28ba97f0c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20M=C5=82odzikowski?= Date: Wed, 14 Jun 2023 13:35:50 +0200 Subject: [PATCH] feat(ci): add deploy & build info to ui-toolkit README --- libs/ui-toolkit/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libs/ui-toolkit/README.md b/libs/ui-toolkit/README.md index d5785e37d..bd225c7b7 100644 --- a/libs/ui-toolkit/README.md +++ b/libs/ui-toolkit/README.md @@ -5,3 +5,11 @@ This library was generated with [Nx](https://nx.dev). ## Running unit tests Run `nx test ui-toolkit` to execute the unit tests via [Jest](https://jestjs.io). + +## Build + +Run `yarn nx run ui-toolkit:build-storybook` + +## Deployment + +deployed at: `ui.vega.rocks`