mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
10 lines
460 B
Bash
Executable File
10 lines
460 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_40 && 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_c && ncu -u && npm install && npm run build:prod && cd -
|
|
cd demo_DDSP-SVC && ncu -u && npm install && npm run build:prod && cd -
|
|
|