Skip to content

Commit

Permalink
restore npm install --also=dev & .dockerignore /wwwroot
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 28, 2021
1 parent 2fc711c commit c78a247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
@@ -1,2 +1,3 @@
*/node_modules
*/npm-debug.log
*/wwwroot
2 changes: 1 addition & 1 deletion MyApp/MyApp.csproj
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<Target Name="Bundle" BeforeTargets="BeforePublish">
<Exec Command="npm run build" />
<Exec Command="npm install --also=dev" />
</Target>

<ItemGroup>
Expand Down

0 comments on commit c78a247

Please sign in to comment.