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

This commit is contained in:
2024-03-08 19:15:03 +08:00
parent eb3c104259
commit 52ef8900ff

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