voice-changer/client/buildAllDemo.sh

4 lines
76 B
Bash
Raw Normal View History

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