Skip to content

Commit cdbdb40

Browse files
authored
Update package.json
1 parent ccc1c3d commit cdbdb40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MyApp/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"postinstall": "node postinstall.js",
44
"dtos": "x mjs",
55
"dev": "dotnet watch",
6-
"ui:dev": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
7-
"ui:build": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
8-
"build": "npm run ui:build",
96
"migrate": "dotnet run --AppTasks=migrate",
107
"revert:last": "dotnet run --AppTasks=migrate.revert:last",
118
"revert:all": "dotnet run --AppTasks=migrate.revert:all",

0 commit comments

Comments
 (0)