ci(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-08 19:15:47 +08:00
parent 7d7ac808f8
commit 3a246511e1

View File

@@ -27,7 +27,7 @@ steps:
image: node:20-alpine image: node:20-alpine
when: when:
branch: branch:
- master - main
commands: commands:
- npm config set registry https://registry.npmmirror.com/ - npm config set registry https://registry.npmmirror.com/
- npm install -g pnpm - npm install -g pnpm