This commit is contained in:
AaronHux 2024-05-25 12:56:14 +08:00
parent c64ee39d50
commit 89021eec89
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN npm install -g pnpm
RUN pnpm config set registry https://registry.npmmirror.com RUN pnpm config set registry https://registry.npmmirror.com
# 下载编译 # 下载编译
RUN pnpm i RUN pnpm i
# RUN pnpm build RUN pnpm build
RUN pnpm generate RUN pnpm generate
# RUN yarn config set registry https://registry.npmmirror.com # RUN yarn config set registry https://registry.npmmirror.com
# RUN yarn # RUN yarn