just type-check

This commit is contained in:
fiatjaf 2023-02-27 19:53:12 -03:00
parent 673f4abab8
commit 4188aaf7c8
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
1 changed files with 4 additions and 4 deletions

View File

@ -9,12 +9,12 @@ build:
test: build
jest
testOnly file: build
test-only file: build
jest {{file}}
types:
npx tsc
type-check:
tsc
publish: build
types
npm publish