diff --git a/.drone.yml b/.drone.yml index 3f2c711..12b6f18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,5 @@ steps: - npm install -g nrm - nrm ls - nrm use taobao - - npm install -g pnpm - - pnpm i - - pnpm run build + - npm i + - npm run build