Browse Source

ci(other): cicd 9

Yi 1 year ago
parent
commit
72b9ce5abc
1 changed files with 1 additions and 1 deletions
  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 && pnpm i --save-dev @types/lodash-es
+RUN pnpm install && pnpm i --save-dev @types/lodash-es && npm i --save-dev @types/mockjs
 
 
 # 开始构建
 # 开始构建
 RUN pnpm run build
 RUN pnpm run build