monkeytype/bin/install.sh

5 lines
80 B
Bash
Raw Normal View History

2022-02-09 06:52:54 +08:00
npm install &
cd ./frontend && npm install &
cd ./backend && npm install &
wait