File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "postinstall" : " dotnet run --AppTasks=migrate" ,
44 "dtos" : " x mjs" ,
55 "dev" : " dotnet watch" ,
6- "ui:dev" : " npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch" ,
7- "ui:build" : " npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify" ,
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" ,
88 "build" : " npm run ui:build" ,
99 "migrate" : " dotnet run --AppTasks=migrate" ,
1010 "revert:last" : " dotnet run --AppTasks=migrate.revert:last" ,
1111 "revert:all" : " dotnet run --AppTasks=migrate.revert:all" ,
1212 "rerun:last" : " npm run revert:last && npm run migrate"
1313 }
14- }
14+ }
You can’t perform that action at this time.
0 commit comments