From b6491a97c22005df7866856858c72c3703f7ea8b Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Thu, 14 Dec 2023 14:01:03 +0000 Subject: [PATCH] Remove the test script from yalt --- packages/yalt/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/yalt/package.json b/packages/yalt/package.json index c17e8005a..d957977ee 100644 --- a/packages/yalt/package.json +++ b/packages/yalt/package.json @@ -28,8 +28,7 @@ "clean": "rimraf dist", "build": "npm run clean && npm run build:tsup", "build:tsup": "tsup --dts-resolve", - "typecheck": "tsc --noEmit", - "test": "jest" + "typecheck": "tsc --noEmit" }, "dependencies": { "zod": "3.22.3",