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 f7f599e commit a473149Copy full SHA for a473149
1 file changed
VuetifyNuxtTemplate/VuetifyNuxtTemplate.csproj
@@ -11,8 +11,8 @@
11
</ItemGroup>
12
13
<Target Name="Bundle" BeforeTargets="BeforePublish">
14
- <Exec Command="tsc src/shared/dtos.ts" />
15
<Exec Command="npm install --also=dev" />
+ <Exec Command="npm run-script build" />
16
</Target>
17
18
<ItemGroup>
0 commit comments