UnityRenderStreaming/test_webapp_client.cmd

7 lines
81 B
Batchfile

@echo off
cd WebApp\client
call npm install
call npm run lint
call npm run test