mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-12 02:17:21 +08:00
1233d266a1
* Update package.json * Update CONTRIBUTING.md * Update install.cmd * Update pr-check.yml
7 lines
77 B
Batchfile
7 lines
77 B
Batchfile
call npm ci
|
|
cd .\frontend
|
|
call npm ci
|
|
cd ..\backend
|
|
call npm ci
|
|
cd ..\
|
|
PAUSE
|