2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 22:31:07 +00:00

fix: add nunjucks to nodejs devDependencies

This commit is contained in:
Revant Nandgaonkar 2020-08-06 14:26:05 +05:30
parent 6c3ccd12fa
commit a69853e950

View File

@ -8,8 +8,10 @@ function nodeCleanUp() {
cd /home/frappe/frappe-bench/apps/frappe
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 nunjucks node-sass
yarn add node-sass
if [[ "$GIT_BRANCH" =~ ^(version-12|version-11)$ ]]; then
nodeCleanUp