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 24, 2025
1 parent 728350d commit 3519b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MusicTypeChat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"postinstall": "node postinstall.js && npm run migrate",
"dtos": "x mjs",
"dev": "dotnet watch",
"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",
"migrate": "dotnet run --AppTasks=migrate",
"revert:last": "dotnet run --AppTasks=migrate.revert:last",
Expand Down

0 comments on commit 3519b7a

Please sign in to comment.