shortenit/scripts/install.sh

8 lines
59 B
Bash
Raw Normal View History

#!/bin/bash
cd frontend
npm install
cd ..
poetry install