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

9 lines
59 B
Batchfile

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