Skip to content

Commit 119eeb6

Browse files
authored
Update package.json
1 parent 981d268 commit 119eeb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TechStacks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"private": true,
66
"scripts": {
77
"dev": "nuxt",
8-
"ui:dev": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
9-
"ui:build": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
8+
"ui:dev": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
9+
"ui:build": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
1010
"dtos": "cd src/shared && x ts && tsc -m ES6 dtos.ts",
1111
"build": "shx cp wwwroot/css/app.css src/static/css/app.css && nuxt build",
1212
"publish": "nuxt build && dotnet publish -c Release",

0 commit comments

Comments
 (0)