Skip to content

Commit

Permalink
fix: Update bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiAwar committed Jul 13, 2024
1 parent 34e26b3 commit 46bd44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
cp -r dist/assets/ assets
cp dist/favicon.ico assets/favicon.ico
cp dist/manifest.json assets/manifest.json
cp dist/.vite/manifest.json assets/manifest.json
- uses: actions/upload-artifact@v4
with:
name: frontend-artifact
Expand Down
2 changes: 1 addition & 1 deletion backend/BUNDLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd frontend
npm install && NODE_ENV=local npm run build
cp -r dist/assets/ ../backend/assets
cp dist/favicon.ico ../backend/assets/favicon.ico
cp dist/manifest.json ../backend/assets/manifest.json
cp dist/.vite/manifest.json ../backend/assets/manifest.json
```

## Linux
Expand Down

0 comments on commit 46bd44f

Please sign in to comment.