mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
9 lines
396 B
Bash
Executable File
9 lines
396 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_tsukuyomi && ncu -u && npm install && npm run build:prod && cd -
|
|
|