From 4188aaf7c880d3bacf047ae75a3621fd8a2efd6c Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 27 Feb 2023 19:53:12 -0300 Subject: [PATCH] just type-check --- justfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index 1cef5a3..c010aeb 100644 --- a/justfile +++ b/justfile @@ -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