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": {