From aa80be9de24d4a9b931e088ef9d1dc4d2b906d2d Mon Sep 17 00:00:00 2001 From: Efren Lim Date: Wed, 14 Aug 2024 10:42:17 +0800 Subject: [PATCH] changed export name Signed-off-by: Efren Lim --- .github/workflows/deploy-github-pages.yml | 8 ++++++-- projects/lfx-component-lib/package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 0b9e8b5..c49004f 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -4,9 +4,13 @@ name: Build and Publish Storybook to GitHub Pages on: + # temp only so we can skip this build push: - branches: - - main + tags: + - v* + # push: + # branches: + # - main permissions: contents: read diff --git a/projects/lfx-component-lib/package.json b/projects/lfx-component-lib/package.json index c59e294..69d9485 100644 --- a/projects/lfx-component-lib/package.json +++ b/projects/lfx-component-lib/package.json @@ -17,7 +17,7 @@ "url": "https://github.com/emlimlf/lfx-component-lib.git" }, "exports": { - "./configs": { + "./color-palette.json": { "default": "./configs/color-palette.json" } }