Closed krzkaczor closed 5 years ago
Closes https://github.com/plantain-00/type-coverage/issues/30
git reset
git commit
npm run build
npm run lint
npm run fix
git add -A
.gitignore
npm run test
Closes https://github.com/plantain-00/type-coverage/issues/30
Checks
git reset
thengit commit
)npm run build
)npm run lint
to check,npm run fix
to fix)git add -A
or add rules at.gitignore
file)npm run test
to check)