6 lines
227 B
Bash
Executable File
6 lines
227 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 -
|