瀏覽代碼

ci(other): cicd 8

Yi 1 年之前
父節點
當前提交
1defeae14c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ COPY . .
 RUN npm config set registry https://registry.npmmirror.com/
 RUN npm config set registry https://registry.npmmirror.com/
 RUN npm install -g pnpm
 RUN npm install -g pnpm
 
 
-RUN pnpm install
+RUN pnpm install && pnpm i --save-dev @types/lodash-es
 
 
 # 开始构建
 # 开始构建
 RUN pnpm run build
 RUN pnpm run build