Skip to content

Commit

Permalink
changed export name
Browse files Browse the repository at this point in the history
Signed-off-by: Efren Lim <elim@linuxfoundation.org>
  • Loading branch information
emlimlf committed Aug 14, 2024
1 parent ee74526 commit aa80be9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/lfx-component-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/emlimlf/lfx-component-lib.git"
},
"exports": {
"./configs": {
"./color-palette.json": {
"default": "./configs/color-palette.json"
}
}
Expand Down

0 comments on commit aa80be9

Please sign in to comment.