diff --git a/package.json b/package.json index f221338..118a36d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "Nextra docs template", "scripts": { - "dev": "next dev", + "dev": "next dev & tailwindcss -i ./src/input.css -o ./dist/output.css --watch", "build": "next build", "start": "next start" },