monkeytype/bin/install.cmd

8 lines
77 B
Batchfile
Raw Normal View History

call npm ci
cd .\frontend
call npm ci
cd ..\backend
call npm ci
cd ..\
PAUSE