From 46ebc2827c0f81c90b887e6bb4cadc6b246bb87e Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Wed, 1 Jan 2025 21:54:43 +0100 Subject: [PATCH] Only build types in CI. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5faa58..25222f2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "scripts": { "build": "npm run compile -ws --if-present && npm run patch -ws --if-present", - "build:only": "npm run compile -ws --if-present", + "build:only": "npm run compile:types -ws --if-present", "clean:build": "npm run clean && npm run build", "watch": "concurrently npm:watch:*", "watch:file-storage": "npm run watch -w ./packages/file-storage",