Skip to content

Commit

Permalink
fix(components): theme exports
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 13, 2024
1 parent 117f1ba commit 6fe7cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"commands": [
"mkdir -p dist/libs/components/theme/prebuilt",
"cp libs/components/src/index.scss dist/libs/components",
"cp libs/components/src/theme/_index.scss dist/libs/components/theme",
"cp libs/components/src/icon/*theme.scss dist/libs/components/icon",
"mkdir -p dist/libs/components/data-table",
"cp libs/components/src/data-table/*theme.scss dist/libs/components/data-table",
Expand Down

0 comments on commit 6fe7cc2

Please sign in to comment.