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

This commit is contained in:
Untone 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 - name: Install dependencies
run: npm ci run: npm ci
- name: Check types
run: npx tsc --noEmit
- name: Check start - name: Check start
run: npm run start run: npm run start

View File

@ -1,3 +1,7 @@
[1.0.3]
- simpler js
- no biome
[1.0.2] [1.0.2]
- moved to typescript - moved to typescript
- added biome - added biome