diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-20 10:58:25 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-20 10:58:25 +0200 |
commit | 0255b5f7f31c4c6caefc736c59ba6959d671a92d (patch) | |
tree | 0bdad18ce5a702b7133b5169fb40d7951a8c105e /build.ps1 | |
parent | cb3949d974f30501281fd2546ef23c81ac0282b3 (diff) | |
download | fileup-0255b5f7f31c4c6caefc736c59ba6959d671a92d.tar.gz |
Broke up loggedin.js into modules
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 |