mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
fix: add node-sass to nodejs dependencies
This commit is contained in:
parent
6b94d991e2
commit
6c3ccd12fa
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ function nodeCleanUp() {
|
||||||
cd /home/frappe/frappe-bench/apps/frappe
|
cd /home/frappe/frappe-bench/apps/frappe
|
||||||
yarn
|
yarn
|
||||||
yarn run production
|
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
|
if [[ "$GIT_BRANCH" =~ ^(version-12|version-11)$ ]]; then
|
||||||
nodeCleanUp
|
nodeCleanUp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue