更新 '.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:
- node -v
- npm -v
- yarn --version
- npm install -g nrm
- nrm ls
- nrm use taobao
- yarn install
- yarn run build
- npm install -g pnpm
- pnpm i
- pnpm run build