2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

Changes in build script

This commit is contained in:
Alexander Shabunevich
2023-07-10 22:13:27 +03:00
parent 21155a07c2
commit a44f0c7e91
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
node-version: 18
- name: Install
run: npm ci
run: npm i
- name: Test and Coverage
run: npm run test:coverage