Build Cocos Creator project to web platform via command line

hi, is there anyway to build Cocos Creator project to web platform without opening the IDE?

thanks,

Hi,use the following command:
CocosCreator.exe --path C:\cocosProject\game1 --build 'platform=web-mobile;

Thanks you for the answer