🐞 fix: Update npm stack for bootstrap install
All checks were successful
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-03-07 18:54:30 -06:00
parent 5b7fed2cb8
commit 361f57424c
3 changed files with 11 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"start": "npm run watch",
"watch": "node bin/.watch.js",
"build": "npx @tailwindcss/cli -i ./styles/theme.css -o ./static/dist/theme.css --optimize"
"build": "@tailwindcss/cli -i ./styles/theme.css -o ./static/dist/theme.css --optimize"
},
"repository": {
"type": "git",