Silent subfont in terminal

This commit is contained in:
prototypa
2022-08-24 20:03:40 -04:00
parent 2738dd1db9
commit e52e3d45d8

View File

@ -6,7 +6,7 @@
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "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", "preview": "astro preview",
"pretty": "prettier --write ." "pretty": "prettier --write ."
}, },