Skip to content

Commit

Permalink
Add typecheck for typescript on lint/web (#5073)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
  • Loading branch information
ffjlabo authored and t-kikuc committed Jul 29, 2024
1 parent be5d908 commit 31d1300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ lint/web: FIX ?= false
lint/web:
ifeq ($(FIX),true)
yarn --cwd web lint:fix
yarn --cwd web typecheck
else
yarn --cwd web lint
yarn --cwd web typecheck
endif

# Update commands
Expand Down

0 comments on commit 31d1300

Please sign in to comment.