Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz authored Jan 23, 2025
1 parent 2276930 commit 9eb9a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"dtos": "x mjs",
"dev": "dotnet watch",
"serve": "npx http-server ./dist",
"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",
"ui:dev": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
"ui:build": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
"build": "npm run ui:build",
"prerender": "npm run build && dotnet run --AppTasks=prerender --environment Production"
}
Expand Down

0 comments on commit 9eb9a56

Please sign in to comment.