mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
8 lines
62 B
Batchfile
8 lines
62 B
Batchfile
|
npm ci
|
||
|
cd .\frontend
|
||
|
npm ci
|
||
|
cd ..\backend
|
||
|
npm ci
|
||
|
cd ..\
|
||
|
PAUSE
|