Files
my-worker/web-vue/bin/build.bat
2025-11-26 13:55:01 +08:00

9 lines
57 B
Batchfile

@echo off
%~d0
cd %~dp0
cd..
npm run build
cd bin
pause