Merge branch 'main' of https://github.com/frappe/lms into class-evaluator

This commit is contained in:
Jannat Patel
2023-07-14 10:34:22 +05:30

View File

@@ -8,6 +8,8 @@ else
echo "Creating new bench..."
fi
export PATH="${NVM_DIR}/versions/node/v${NODE_VERSION_DEVELOP}/bin/:${PATH}"
bench init --skip-redis-config-generation frappe-bench
cd frappe-bench
@@ -36,4 +38,4 @@ bench --site lms.localhost clear-cache
bench --site lms.localhost set-config mute_emails 1
bench use lms.localhost
bench start
bench start