voice-changer/client/buildAllDemo.sh
2023-03-15 08:56:17 +09:00

8 lines
318 B
Bash
Executable File

#!/bin/bash
cd demo_v13 && ncu -u && npm install && npm run build:prod && cd -
cd demo_v15 && ncu -u && npm install && npm run build:prod && cd -
cd demo_so-vits-svc_40v2 && ncu -u && npm install && npm run build:prod && cd -
cd demo_so-vits-svc_40v2_tsukuyomi && ncu -u && npm install && npm run build:prod && cd -