diff --git a/justfile b/justfile index 5323169..2008fe3 100644 --- a/justfile +++ b/justfile @@ -3,6 +3,7 @@ export PATH := "./node_modules/.bin:" + env_var('PATH') build: rm -rf lib bun run build.js + tsc test: bun test --timeout 20000 @@ -10,10 +11,7 @@ test: test-only file: bun test {{file}} -emit-types: - tsc # see tsconfig.json - -publish: build emit-types +publish: build npm publish format: