🐞 fix: Update build script
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-03-07 20:39:09 -06:00
parent 514dc490b5
commit 994107305b

View File

@@ -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",