Skip to content

Commit

Permalink
chore: add test makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Mar 28, 2024
1 parent 9156ef2 commit 5383199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefiles/qa.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ lint-backend:
lint-ui:
cd ui; pnpm lint
cd ui; tsc

.PHONY: test
test:
cd ui; pnpm test

0 comments on commit 5383199

Please sign in to comment.