Skip to content

Commit 75fec18

Browse files
committed
Update package.json
1 parent 8054780 commit 75fec18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MyApp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"scripts": {
33
"postinstall": "node postinstall.js",
4-
"dtos": "x mjs",
4+
"dtos": "npx get-dtos mjs",
55
"dev": "dotnet watch",
6-
"build": "npm run ui:build",
76
"ui:dev": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
8-
"ui:build": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify"
7+
"ui:build": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
8+
"build": "npm run ui:build"
99
}
1010
}

0 commit comments

Comments
 (0)