소스 검색

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 install -g pnpm
 
-RUN pnpm install
+RUN pnpm install && pnpm i --save-dev @types/lodash-es
 
 # 开始构建
 RUN pnpm run build