diff --git a/package.json b/package.json index 77286419..31b7f129 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build --debug", + "build": "DEBUG=\"tailwindcss:*\" vite build --debug", "preview": "vite preview", "test": "vitest run --coverage", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"