update build ordering
All checks were successful
Build and Deploy / deploy (push) Successful in 55s

This commit is contained in:
Satria 2026-07-20 08:59:45 +07:00
commit abf08561f9

View file

@ -7,7 +7,7 @@
"tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch", "tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch",
"prev": "bunx serve dist", "prev": "bunx serve dist",
"deploy": "bunx wrangler deploy --assets=./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" "dev": "bun --watch index.ts"
}, },
"devDependencies": { "devDependencies": {