From 93cc0dfa41085c1714b74540a39f1ec746dc7baa Mon Sep 17 00:00:00 2001 From: Ship <79712264+ShipmasterKyle@users.noreply.github.com> Date: Sun, 27 Mar 2022 22:55:29 -0400 Subject: [PATCH] Day One Patches Blue. You had one job bruh. --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index e954cfb..f500af0 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,3 +1,3 @@ cd ./src; npm install; -npm start; +npm audit fix;