mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-22 05:43:54 +08:00
4 lines
65 B
Bash
Executable file
4 lines
65 B
Bash
Executable file
npm ci &
|
|
cd ./frontend && npm ci &
|
|
cd ./backend && npm ci &
|
|
wait
|