We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee77f5f commit 7f42990Copy full SHA for 7f42990
1 file changed
VuetifySpaTemplate/VuetifySpaTemplate.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