Skip to content

Commit 64363c4

Browse files
committed
[puter] ci: don't run tsc for frontend
1 parent 78b3e39 commit 64363c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Build Frontend
118118
run: |
119119
cd frontend
120-
pnpm build
120+
pnpm vite build
121121
tests:
122122
name: Run Scramjet Tests
123123
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)