diff --git a/build/frappe-nginx/build.sh b/build/frappe-nginx/build.sh index 5dbee8e9..0a1d52f5 100755 --- a/build/frappe-nginx/build.sh +++ b/build/frappe-nginx/build.sh @@ -10,8 +10,6 @@ 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 node-sass if [[ "$GIT_BRANCH" =~ ^(version-12|version-11)$ ]]; then nodeCleanUp @@ -23,4 +21,6 @@ else /home/frappe/frappe-bench/sites/assets/css/standard_style.css \ "$(cat /home/frappe/standard_templates_string)" nodeCleanUp + # remove this when frappe framework moves this to dependencies from devDependencies + yarn add node-sass fi