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 6fa5440 commit 818d82eCopy full SHA for 818d82e
MyApp/package.json
@@ -1,7 +1,7 @@
1
{
2
"scripts": {
3
- "postinstall": "dotnet run --AppTasks=migrate && 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