From 994107305b9b61447164aa7cb3ac9f232f411bdd Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 7 Mar 2026 20:39:09 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20build=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a88ea39..05dd8c0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "npm run watch", "watch": "node bin/.watch.js", - "build": "tailwindcss -i ./styles/theme.css -o ./static/dist/theme.css --optimize" + "build": "./node_modules/.bin/tailwindcss -i ./styles/theme.css -o ./static/dist/theme.css --optimize" }, "repository": { "type": "git",