Добавление шага проверки на неиспользуемый код

This commit is contained in:
Nikolay
2020-12-29 16:09:07 +03:00
committed by GitHub
parent 7e9d8abd9c
commit ce219b143c

View File

@ -32,6 +32,9 @@ jobs:
- name: tsc lint
run: npm run tsc
- name: search unused code
run: npm run prune
- name: tests
run: npm run test