From c309929ecba48a7ccc73758ef8348b2a27f28432 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Sun, 24 Jan 2021 17:24:48 -0800 Subject: [PATCH] fixed typo --- Saleor_Production_Deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Saleor_Production_Deployment.sh b/Saleor_Production_Deployment.sh index 4dae73e..8ff78ec 100644 --- a/Saleor_Production_Deployment.sh +++ b/Saleor_Production_Deployment.sh @@ -294,7 +294,7 @@ npm audit fix python3 manage.py migrate python3 manage.py collectstatic npm run build-schema -npm run build-mails +npm run build-emails sudo touch /etc/init.d/saleor sudo chmod +x /etc/init.d/saleor