Skip to content

Commit

Permalink
add npm script to format tailwindcss generated app.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 1, 2024
1 parent 326203f commit a1033fc
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 2,138 deletions.
1 change: 1 addition & 0 deletions MyApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"ui:dev": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
"ui:build": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
"build": "npm run ui:build",
"format": "npx prettier --write --use-tabs ./wwwroot/css/app.css",
"prerender": "npm run build && dotnet run --AppTasks=prerender --environment Production"
}
}
Loading

0 comments on commit a1033fc

Please sign in to comment.