Browse Source

ci(other): cicd 8

Yi 1 năm trước cách đây
mục cha
commit
1defeae14c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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