shortenit/scripts/install.sh

7 lines
59 B
Bash
Executable file

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