aboutsummaryrefslogtreecommitdiffstats
path: root/build.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'build.ps1')
-rw-r--r--build.ps13
1 files changed, 2 insertions, 1 deletions
diff --git a/build.ps1 b/build.ps1
index 4506966..9cdd2e6 100644
--- a/build.ps1
+++ b/build.ps1
@@ -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