chore: fix ci

This commit is contained in:
Vjacheslav Trushkin 2023-01-05 11:56:09 +02:00
parent c05745b744
commit 482b30173f
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: npm ci
- name: 🚧 Build project
run: npm build
run: npm run build
- name: 🧪 Test project
run: npm test
run: npm run test