mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: add node-sass to nodejs dependencies after prod install
This commit is contained in:
parent
0d9aa27f5f
commit
a7cd40a2b7
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue