voice-changer/client/buildAllDemo.sh

4 lines
76 B
Bash
Raw Normal View History

2023-03-15 06:39:33 +09:00
#!/bin/bash
2023-04-07 05:26:42 +09:00
cd demo && ncu -u && npm install && npm run build:prod && cd -