mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-01-31 02:50:03 +08:00
Fix install command (#2448)
This commit is contained in:
parent
c8af14baab
commit
586ae50b0f
1 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
|||
npm install & (cd ./frontend && npm install) & (cd ./backend && npm install)
|
||||
wait
|
||||
npm install &
|
||||
cd ./frontend && npm install &
|
||||
cd ./backend && npm install &
|
||||
wait
|
||||
|
|
Loading…
Reference in a new issue