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 0efdd34 commit 4d2cc32Copy full SHA for 4d2cc32
MyApp/package.json
@@ -1,7 +1,7 @@
1
{
2
"scripts": {
3
- "postinstall": "node postinstall.js",
4
- "dtos": "x mjs",
+ "postinstall": "node postinstall.js && npm run migrate",
+ "dtos": "npx get-dtos mjs",
5
"dev": "dotnet watch",
6
"ui:dev": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
7
"ui:build": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
0 commit comments