diff --git a/.drone.yml b/.drone.yml index cd4ec61..3994079 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ steps: commands: ## 此处自己定义项目工程的构建命令 - npm install -g pnpm --registry=https://registry.npmmirror.com - pnpm config set registry https://registry.npmmirror.com + - pnpm install --no-frozen-lockfile - pnpm i - pnpm run build:prod - ls -l