fix: build failure

This commit is contained in:
LukeGus
2026-05-20 15:17:02 -05:00
parent cf27e02b23
commit fb882b9ce5
4 changed files with 8 additions and 18 deletions
+1 -5
View File
@@ -33,8 +33,4 @@ jobs:
run: npx tsc --noEmit
- name: Build
run: |
npm run prebuild
npx vite build
npx tsc -p tsconfig.node.json
cp src/backend/package.json dist/backend/package.json
run: npm run build