ci: install dev dependencies for server tests

This commit is contained in:
Ankush Menat 2021-10-20 12:27:57 +05:30
parent 121533cf13
commit 61a59240dd
No known key found for this signature in database
GPG key ID: 8EA82E09BBD13AAF

View file

@ -50,6 +50,7 @@ if [ "$TYPE" == "server" ]; then sed -i 's/^socketio:/# socketio:/g' Procfile; f
if [ "$TYPE" == "server" ]; then sed -i 's/^redis_socketio:/# redis_socketio:/g' Procfile; fi
if [ "$TYPE" == "ui" ]; then bench setup requirements --node; fi
if [ "$TYPE" == "server" ]; then bench setup requirements --dev; fi
# install node-sass which is required for website theme test
cd ./apps/frappe || exit