Skip to content

Commit

Permalink
don't remove .json files from build (need .vite/manifest.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgentry committed Aug 28, 2024
1 parent c646fdf commit 3ad5b8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/package-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jobs:
# * UI source files, .json, .js
run: |
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
# if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 3ad5b8b

Please sign in to comment.