Skip to content

Commit

Permalink
Adjust to new CLI command line usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious and maciejkorsan committed Jan 24, 2025
1 parent dda4d70 commit 8aed080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"scripts": {
"build": "NODE_ENV=production npx tailwindcss -i ./content/main.css -o ./output/main.css --minify",
"css": "NODE_ENV=development npx tailwindcss -i ./content/main.css -o ./output/main.css --watch"
"build": "NODE_ENV=production npx @tailwindcss/cli -i ./content/main.css -o ./output/main.css --minify",
"css": "NODE_ENV=development npx @tailwindcss/cli -i ./content/main.css -o ./output/main.css --watch"
},
"devDependencies": {
"@tailwindcss/cli": "^4.0.0",
Expand Down

0 comments on commit 8aed080

Please sign in to comment.