mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
dont remove package.json and package-lock.json file since required on newer node versions
This commit is contained in:
@@ -378,10 +378,6 @@ $npmToolArgs = @{
|
||||
}
|
||||
Add-NpmModulesFromJsBundleFile @npmToolArgs
|
||||
|
||||
# Leaving these probably doesn't hurt, but are removed for consistency w/ Unix.
|
||||
Remove-Item $(Join-Path $dirLib 'package.json')
|
||||
Remove-Item $(Join-Path $dirLib 'package-lock.json')
|
||||
|
||||
Write-Host "Done writing node_modules build(s)..." -ForegroundColor Magenta
|
||||
|
||||
Write-Host "Removing temp scratch $dirTemp" -ForegroundColor Magenta
|
||||
|
||||
Reference in New Issue
Block a user