From a8753ae8284d9b4c800989f16e6d4202ebc9c8f8 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Wed, 5 May 2021 20:04:47 +0200 Subject: [PATCH] Update build.sh --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 909e93c..feb23a5 100644 --- a/build.sh +++ b/build.sh @@ -1 +1,2 @@ -npm run make \ No newline at end of file +npm i +npm run make