voice-changer/client/buildAllDemo.sh

11 lines
540 B
Bash
Raw Normal View History

2023-03-15 00:39:33 +03: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-18 19:43:36 +03:00
cd demo_so-vits-svc_40 && ncu -u && npm install && npm run build:prod && cd -
2023-03-30 05:11:41 +03:00
cd demo_so-vits-svc_40_c && ncu -u && npm install && npm run build:prod && cd -
2023-03-15 00:39:33 +03: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 02:56:17 +03:00