Skip to content

Commit 4d2cc32

Browse files
committed
Update package.json
1 parent 0efdd34 commit 4d2cc32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MyApp/package.json

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

0 commit comments

Comments
 (0)