ruoyi-system-vue3/bin/build.bat
2025-06-30 10:27:48 +08:00

13 lines
161 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
echo.
echo [信息] 构建Web工程生成dist文件夹
echo.
%~d0
cd %~dp0
cd ..
set NODE_OPTIONS=--max-old-space-size=4096
yarn build:prod
pause