From d7df09fc0db63d0263e8bf2575025246807230ad Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 27 Jan 2025 22:00:19 +0100 Subject: [PATCH] chore: disable telemetry in build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6611ef7..e0e31ae 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro build", + "build": "astro telemetry disable && astro build", "preview": "astro preview", "lint": "eslint . --config eslint.config.mjs --cache", "format": "prettier . --write",