2025-07-03 18:05:32 +08:00

12 lines
150 B
Batchfile
Raw 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 安装包生成node_modules文件
echo.
%~d0
cd %~dp0
cd ..
pnpm install --registry=https://registry.npmmirror.com
pause