UnityRenderStreaming/test_webapp_client.sh

7 lines
72 B
Bash
Executable File

#!/bin/bash -eu
cd WebApp/client
npm install
npm run lint
npm run test