From 0255b5f7f31c4c6caefc736c59ba6959d671a92d Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Sat, 20 Mar 2021 10:58:25 +0200 Subject: Broke up loggedin.js into modules --- build.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.ps1') 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 -- cgit v1.2.3