From e52e3d45d8b32d02d51c8b6afc7d6720eeecbc26 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 24 Aug 2022 20:03:40 -0400 Subject: [PATCH] Silent subfont in terminal --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96c8545..e3055a4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro build && subfont -ir --no-fallbacks --root dist", + "build": "astro build && subfont -ir --no-fallbacks --silent --root dist", "preview": "astro preview", "pretty": "prettier --write ." },