From 83bf90d7991aa7faf163e37d991413cf56401e25 Mon Sep 17 00:00:00 2001 From: Marco Fugaro Date: Mon, 27 May 2024 17:09:15 +0200 Subject: [PATCH] Np: no tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef42af5..5ed4192 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "serve": "vite preview", "build": "vite build && yarn build-types", "build-types": "tsc --skipLibCheck --isolatedModules false --noEmit false --emitDeclarationOnly --declaration --outDir dist/", - "publish": "yarn build && np" + "publish": "yarn build && np --no-tests" }, "peerDependencies": { "@splinetool/runtime": "*",