diff options
Diffstat (limited to 'build.ps1')
-rw-r--r-- | build.ps1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ -if (-Not Test-Path node_modules) +if (-Not (Test-Path node_modules)) { npm install +} # Clear the old build Remove-Item -LiteralPath "temp" -Force -Recurse | out-null |