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;