更新 '.drone.yml'
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
陶林 2022-05-09 15:38:40 +08:00
parent 22cd5dafa7
commit 70980059d7

View File

@ -9,9 +9,9 @@ steps:
commands: commands:
- node -v - node -v
- npm -v - npm -v
- yarn --version
- npm install -g nrm - npm install -g nrm
- nrm ls - nrm ls
- nrm use taobao - nrm use taobao
- yarn install - npm install -g pnpm
- yarn run build - pnpm i
- pnpm run build