mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-24 14:38:13 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20fb63532c |
@@ -34,6 +34,11 @@ jobs:
|
||||
cd frontend
|
||||
bun run lint
|
||||
|
||||
- name: Build frontend
|
||||
run: |
|
||||
cd frontend
|
||||
bun run build
|
||||
|
||||
- name: Copy frontend
|
||||
run: |
|
||||
cp -r frontend/dist internal/assets/dist
|
||||
|
||||
Reference in New Issue
Block a user