From 88a3f03213700a4545da1d913e408188284a7664 Mon Sep 17 00:00:00 2001 From: dougfabris Date: Thu, 1 Sep 2022 21:50:20 -0300 Subject: [PATCH] fix: build-storybook layout --- .github/workflows/cd.yml | 1 + README.md | 2 +- packages/layout/README.md | 2 +- packages/layout/package.json | 8 ++++---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 151867746a..bbf8d24f7d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -45,6 +45,7 @@ jobs: path: | packages/fuselage/storybook-static packages/fuselage-ui-kit/storybook-static + packages/layout/storybook-static packages/onboarding-ui/storybook-static packages/uikit-playground/build - if: github.ref == 'refs/heads/master' diff --git a/README.md b/README.md index 462f646caf..6c8eef506a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ | 📦 [`@rocket.chat/fuselage-tokens`](/packages/fuselage-tokens) | Design tokens for Fuselage, Rocket.Chat's design system | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-tokens?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Ffuselage-tokens&style=flat-square) | | 📦 [`@rocket.chat/fuselage-ui-kit`](/packages/fuselage-ui-kit) | UiKit elements for Rocket.Chat Apps built under Fuselage design system | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-ui-kit?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Ffuselage-ui-kit&style=flat-square) | | 📦 [`@rocket.chat/icons`](/packages/icons) | | [![npm](https://img.shields.io/npm/v/@rocket.chat/icons?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Ficons&style=flat-square) | -| 📦 [`@rocket.chat/layout`](/packages/layout) | layout | [![npm](https://img.shields.io/npm/v/@rocket.chat/layout?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Flayout&style=flat-square) | +| 📦 [`@rocket.chat/layout`](/packages/layout) | Shared Application Layout Components | [![npm](https://img.shields.io/npm/v/@rocket.chat/layout?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Flayout&style=flat-square) | | 📦 [`@rocket.chat/logo`](/packages/logo) | Rocket.Chat logo package | [![npm](https://img.shields.io/npm/v/@rocket.chat/logo?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Flogo&style=flat-square) | | 📦 [`@rocket.chat/memo`](/packages/memo) | Memoization utilities | [![npm](https://img.shields.io/npm/v/@rocket.chat/memo?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Fmemo&style=flat-square) | | 📦 [`@rocket.chat/message-parser`](/packages/message-parser) | Rocket.Chat parser for messages | [![npm](https://img.shields.io/npm/v/@rocket.chat/message-parser?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Fmessage-parser&style=flat-square) | diff --git a/packages/layout/README.md b/packages/layout/README.md index ade142c871..6fcc8ebf8c 100644 --- a/packages/layout/README.md +++ b/packages/layout/README.md @@ -8,7 +8,7 @@ # `@rocket.chat/layout` -> layout +> Shared Application Layout Components --- diff --git a/packages/layout/package.json b/packages/layout/package.json index ab89169ef2..90b36e5826 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,7 +1,7 @@ { "name": "@rocket.chat/layout", "version": "0.31.18", - "description": "layout", + "description": "Shared Application Layout Components", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" @@ -26,7 +26,6 @@ "/dist" ], "scripts": { - "clean": "rimraf dist", "build": "run-s .:build:clean .:build:esm .:build:cjs", ".:build:clean": "rimraf dist", ".:build:esm": "tsc -p tsconfig-esm.json", @@ -35,9 +34,10 @@ "lint-and-fix": "lint-and-fix", "lint-staged": "lint-staged", "test": "jest --runInBand", - "bump-next": "bump-next", "docs": "typedoc", - "storybook": "start-storybook -p 6006" + "storybook": "start-storybook -p 6006", + "build-storybook": "build-storybook", + "bump-next": "bump-next" }, "peerDependencies": { "@rocket.chat/fuselage": "*",