Skip to content

Commit

Permalink
build: include all theme content in package bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 31, 2024
1 parent d057470 commit d16de80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdn_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--include='components/*.d.ts' \
--include "react/*.js" \
--include='react/*.d.ts' \
--include "theme/*.css" \
--include "theme/*" \
--include "i18n/*.xliff" \
${{ github.workspace }} \
s3://${{ vars.S3_BUCKET_NAME }}/${{ env.S3_PATH }}/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"components/*.d.ts",
"react/*.js",
"react/*.d.ts",
"theme/hot.css",
"theme/**/*",
"i18n/*.xliff"
],
"publishConfig": {
Expand Down

0 comments on commit d16de80

Please sign in to comment.