monkeytype/bin/install.sh
2022-02-08 23:52:54 +01:00

5 lines
80 B
Bash
Executable file

npm install &
cd ./frontend && npm install &
cd ./backend && npm install &
wait