From abf08561f9443f46de9292922deb9aaa5280dea3 Mon Sep 17 00:00:00 2001 From: satr14 Date: Mon, 20 Jul 2026 08:59:45 +0700 Subject: [PATCH] update build ordering --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9375f2e..9e14560 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch", "prev": "bunx serve dist", "deploy": "bunx wrangler deploy --assets=./dist", - "build": "bunx tailwindcss -i style.css -o dist/style.css && bun index.ts", + "build": "bun index.ts && bunx tailwindcss -i style.css -o dist/style.css", "dev": "bun --watch index.ts" }, "devDependencies": {