mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
eb2350bb1f
* Move dependencies * Fixes * Add stale pr action * Update * Fix cron schedule
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
|