Update .gitea/workflows/deploy.yml
Some checks failed
Deploy to Frontend Servers / deploy (push) Failing after 38s
Some checks failed
Deploy to Frontend Servers / deploy (push) Failing after 38s
This commit is contained in:
@@ -16,6 +16,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Type check
|
||||
run: npx tsc --noEmit
|
||||
|
||||
- name: Format check
|
||||
run: npm run format:check
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user