Browse Source

revert: "ci: install dev dependency without condition"

This reverts commit b9ebe88c5a.
version-14
Shariq Ansari 3 years ago
parent
commit
2dc74994e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/helper/install.sh

+ 1
- 1
.github/helper/install.sh View File

@@ -50,7 +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
bench setup requirements --dev
if [ "$TYPE" == "server" ]; then bench setup requirements --dev; fi

# install node-sass which is required for website theme test
cd ./apps/frappe || exit


Loading…
Cancel
Save