From e8e4841e5e778ebf35fd5548a530837d9d746a3d Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Thu, 17 Jun 2021 20:23:18 +0530 Subject: [PATCH] ci: Build frappe assets - Build frappe assets since it is used for print views --- .github/helper/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index 7b0f944c669..f7a71223436 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -44,3 +44,4 @@ sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile bench get-app erpnext "${GITHUB_WORKSPACE}" bench start & bench --site test_site reinstall --yes +bench build --app frappe