mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-23 18:48:58 +00:00
fix: add node-sass to nodejs dependencies after prod install
This commit is contained in:
parent
0d9aa27f5f
commit
a7cd40a2b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user