Skip to content

Commit f1ce9eb

Browse files
authored
Update package.json
1 parent a22fe68 commit f1ce9eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CreatorKit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"postinstall": "node postinstall.js && npm run 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 && node ./postbuild.js",
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 && node ./postbuild.js",
88
"migrate": "dotnet run --AppTasks=migrate",
99
"revert:last": "dotnet run --AppTasks=migrate.revert:last",
1010
"revert:all": "dotnet run --AppTasks=migrate.revert:all"

0 commit comments

Comments
 (0)