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 00ab40f commit e81763eCopy full SHA for e81763e
MyApp.Client/package.json
@@ -12,7 +12,7 @@
12
"test": "vitest",
13
"test:ui": "vitest --ui",
14
"test:run": "vitest run",
15
- "postinstall": "node ./postinstall.mjs"
+ "postinstall": "test -f ./postinstall.mjs && node ./postinstall.mjs || true"
16
},
17
"dependencies": {
18
"@servicestack/client": "^2.1.13",
MyApp/package.json
@@ -1,7 +1,7 @@
1
{
2
"scripts": {
3
"postinstall": "node postinstall.js",
4
- "dtos": "x mjs",
+ "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