mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-03-16 15:52:24 +00:00
fix: add nunjucks to nodejs devDependencies
This commit is contained in:
parent
6c3ccd12fa
commit
a69853e950
@ -8,8 +8,10 @@ function nodeCleanUp() {
|
|||||||
cd /home/frappe/frappe-bench/apps/frappe
|
cd /home/frappe/frappe-bench/apps/frappe
|
||||||
yarn
|
yarn
|
||||||
yarn run production
|
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
|
# remove this when frappe framework moves this to dependencies from devDependencies
|
||||||
yarn add nunjucks node-sass
|
yarn add node-sass
|
||||||
|
|
||||||
if [[ "$GIT_BRANCH" =~ ^(version-12|version-11)$ ]]; then
|
if [[ "$GIT_BRANCH" =~ ^(version-12|version-11)$ ]]; then
|
||||||
nodeCleanUp
|
nodeCleanUp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user