Skip to content

Commit

Permalink
Merge pull request #347 from dorthl/mian
Browse files Browse the repository at this point in the history
fix build problems
  • Loading branch information
dorthl committed Jun 19, 2023
2 parents 1236424 + 0eda1b4 commit 4e871ec
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 4,164 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -358,3 +358,5 @@ App_Data/
appsettings.Development.json

dist

package-lock.json
2 changes: 1 addition & 1 deletion src/Blogifier.Admin/Blogifier.Admin.csproj
Expand Up @@ -6,7 +6,7 @@
<!--<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>-->
<ClientAssetsDirectory>assets\</ClientAssetsDirectory>
<ClientAssetsRestoreCommand>npm ci</ClientAssetsRestoreCommand>
<ClientAssetsRestoreCommand>npm i</ClientAssetsRestoreCommand>
<ClientAssetsBuildCommand>npm run build:$(Configuration)</ClientAssetsBuildCommand>
</PropertyGroup>

Expand Down

0 comments on commit 4e871ec

Please sign in to comment.