Closed sokra closed 6 years ago
The install script.
Previously it installed global and type-coverage into the project. Now it installs type-coverage globally.
global
type-coverage
git reset
git commit
npm run build
npm run lint
npm run fix
git add -A
.gitignore
npm run test
Thanks for this
Fixes(if relevant):
The install script.
Previously it installed
global
andtype-coverage
into the project. Now it installstype-coverage
globally.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)