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