Skip to content

Commit

Permalink
Minor fixes to client Makefile (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
robacourt authored Jun 27, 2024
1 parent 8758047 commit 31ffde3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions clients/typescript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ tests-CI:
pnpm run test-CI

style:
prettier --check --loglevel warn . && eslint src --quiet

typecheck_tests:
tsc -p tsconfig.tests.json
pnpm prettier --check --loglevel warn . && pnpm eslint src --quiet

INFERRED_VERSION = $(shell git rev-parse --short HEAD)
publish-canary:
Expand Down

0 comments on commit 31ffde3

Please sign in to comment.