Skip to content

Commit

Permalink
don't remove public from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed Aug 28, 2024
1 parent 86a5e00 commit c646fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
# * node_modules
# * UI source files, .json, .js
run: |
rm -r .eslintrc.cjs .github .storybook .stylelintignore .vscode node_modules package.json package-lock.json public src
rm -r .eslintrc.cjs .github .storybook .stylelintignore .vscode node_modules package.json package-lock.json src
find . -type f -name '*.json' -exec rm -f {} +
- name: Package module
Expand Down

0 comments on commit c646fdf

Please sign in to comment.