Skip to content

Commit

Permalink
chore: add tailwind to dev command (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: oklopfer <[email protected]>
  • Loading branch information
BISHER-AL-MASRI and oklopfer authored Jan 20, 2025
1 parent 4d85c52 commit abba74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev & tailwindcss -i ./src/styles/src/input.css -o ./src/styles/output.css --watch",
"build": "next build",
"start": "next start",
"lint": "next lint"
Expand Down

0 comments on commit abba74e

Please sign in to comment.