voice-changer/client/buildAllDemo.sh

11 lines
540 B
Bash
Raw Normal View History

2023-03-15 06:39:33 +09:00
#!/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 -
2023-03-19 01:43:36 +09:00
cd demo_so-vits-svc_40 && ncu -u && npm install && npm run build:prod && cd -
2023-03-30 11:11:41 +09:00
cd demo_so-vits-svc_40_c && ncu -u && npm install && npm run build:prod && cd -
2023-03-15 06:39:33 +09:00
cd demo_so-vits-svc_40v2 && ncu -u && npm install && npm run build:prod && cd -
cd demo_so-vits-svc_40v2_c && ncu -u && npm install && npm run build:prod && cd -
cd demo_DDSP-SVC && ncu -u && npm install && npm run build:prod && cd -
2023-03-15 08:56:17 +09:00