File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212      <None  Remove =" wwwroot\js\**"   />
1313    </ItemGroup >
1414    <Target  Name =" NpmInstall"   Inputs =" package.json"   Outputs =" node_modules/.install-stamp"  >
15-         <PropertyGroup >
16-             <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
17-         </PropertyGroup >
18-         <Exec  Command =" pnpm i"   Condition =" $(RestorePackagesWithLockFile) != 'true'"   />
15+         <Exec  Command =" pnpm i"   Condition =" $(RestorePackagesWithLockFile) != 'true'"   ConsoleToMsBuild =" true"   />
1916
2017        <!--  'Incremental builds' 가 되도록 stamp 파일을 업데이트한다. --> 
2118        <Touch  Files =" node_modules/.install-stamp"   AlwaysCreate =" true"   />
19+         <PropertyGroup >
20+             <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
21+         </PropertyGroup >
2222    </Target >
2323    <Target  Name =" PreBuild"   DependsOnTargets =" NpmInstall"   BeforeTargets =" BeforeBuild"  >
24-         <Message  Text =" TypeScript 컴파일 중 $(Configuration) "   Importance =" high"   />
24+         <Message  Text =" TypeScript 컴파일 중"   Importance =" high"   />
2525        <PropertyGroup >
2626            <NodeCommand  Condition =" $(Configuration) == 'Release'"  >pnpm build</NodeCommand >
2727            <NodeCommand  Condition =" $(Configuration) != 'Release'"  >pnpm build:dev</NodeCommand >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments