Explorar el Código

ci(other): cicd 8

Yi hace 1 año
padre
commit
1defeae14c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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