fastcheck/setup_all.sh
2026-04-09 05:19:43 -04:00

19 lines
210 B
Bash
Executable File

#!/bin/bash
npm i --verbose
npm run build
cd server
npm i --verbose
cd external_providers/dequienes
./setup_venv.sh
cd ..
cd equifax
./setup_venv.sh
cd ..
cd sheriff_v2
./setup_venv.sh
cd ..
pm2 restart all