From a69853e950693078ccf1806f5d417883a9cf78bf Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Thu, 6 Aug 2020 14:26:05 +0530 Subject: [PATCH] fix: add nunjucks to nodejs devDependencies --- build/frappe-nginx/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/frappe-nginx/build.sh b/build/frappe-nginx/build.sh index f7e63092..5dbee8e9 100755 --- a/build/frappe-nginx/build.sh +++ b/build/frappe-nginx/build.sh @@ -8,8 +8,10 @@ function nodeCleanUp() { cd /home/frappe/frappe-bench/apps/frappe yarn yarn run production +# Remove this after python container starts using node command +yarn add nunjucks -D # remove this when frappe framework moves this to dependencies from devDependencies -yarn add nunjucks node-sass +yarn add node-sass if [[ "$GIT_BRANCH" =~ ^(version-12|version-11)$ ]]; then nodeCleanUp