Skip to content

Commit

Permalink
updated worflow to build assets in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Nov 12, 2024
1 parent 87932a7 commit 8d320a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ jobs:
echo ""
echo "SESSION_SECURE_COOKIE=true"
} > .env
- name: 🚀 Install NPM dependencies
run: |
npm install
- name: ⚙️ Build assets with Vite
run: |
npm run build
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
Expand Down

0 comments on commit 8d320a8

Please sign in to comment.