ci-fix
Some checks failed
CI/CD / test (push) Failing after 13s
CI/CD / deploy (push) Has been skipped

This commit is contained in:
2024-02-17 14:52:18 +03:00
parent f87ba0d22d
commit 5d52533233
2 changed files with 5 additions and 4 deletions

View File

@@ -14,9 +14,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Check types
run: npx tsc --noEmit
- name: Check start
run: npm run start