From d7113458a63a32c7a72225ab1ca12939644819ba Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Tue, 24 Aug 2021 15:48:11 +0900
Subject: [PATCH] production install

---
 ubuntu.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubuntu.sh b/ubuntu.sh
index 43c1903..c3ad534 100644
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -733,7 +733,7 @@ cd "$misskey_directory";
 tput setaf 3;
 echo "Process: install npm packages;"
 tput setaf 7;
-npx yarn install;
+npx yarn install --production;
 
 tput setaf 3;
 echo "Process: build misskey;"
-- 
GitLab