Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Frontend Servers / deploy (push) Failing after 38s

This commit is contained in:
terry
2026-05-16 09:56:12 +00:00
parent 1609408059
commit 9eba9f38a9

View File

@@ -16,6 +16,12 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Type check
run: npx tsc --noEmit
- name: Format check
run: npm run format:check
- name: Build - name: Build
run: npm run build run: npm run build
env: env: