mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-01-17 12:52:28 +00:00
Compare commits
1 Commits
refactor/e
...
20fb63532c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20fb63532c |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -34,6 +34,11 @@ jobs:
|
|||||||
cd frontend
|
cd frontend
|
||||||
bun run lint
|
bun run lint
|
||||||
|
|
||||||
|
- name: Build frontend
|
||||||
|
run: |
|
||||||
|
cd frontend
|
||||||
|
bun run build
|
||||||
|
|
||||||
- name: Copy frontend
|
- name: Copy frontend
|
||||||
run: |
|
run: |
|
||||||
cp -r frontend/dist internal/assets/dist
|
cp -r frontend/dist internal/assets/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user