We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8054780 commit 75fec18Copy full SHA for 75fec18
MyApp/package.json
@@ -1,10 +1,10 @@
1
{
2
"scripts": {
3
"postinstall": "node postinstall.js",
4
- "dtos": "x mjs",
+ "dtos": "npx get-dtos mjs",
5
"dev": "dotnet watch",
6
- "build": "npm run ui:build",
7
"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"
+ "ui:build": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
+ "build": "npm run ui:build"
9
}
10
0 commit comments