2025-03-29 14:30:07 +08:00

7 lines
155 B
Bash

# shellcheck disable=SC2164
cd ../openRenamerFront
npm run build
cp -r dist/* ../openRenamerBackend/static
cd ../openRenamerBackend
npm run ncc
npm run pkg