check type error on typescript files

This commit is contained in:
Anantha Kumaran 2022-05-28 11:47:46 +05:30
parent d2fc5f93eb
commit bb1b4ad869
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ publish:
lint:
./node_modules/.bin/prettier --check web/src
./node_modules/.bin/eslint web/src --ext .js,.jsx,.ts,.tsx
./node_modules/.bin/tsc --project tsconfig.json --noEmit
test -z $$(gofmt -l .)