33
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-11-29 00:31:54 +08:00
parent 647ac7d519
commit 430d959f4d

View File

@@ -21,6 +21,8 @@ steps:
image: node image: node
commands: commands:
- cd /drone/src/xiezheng/ - cd /drone/src/xiezheng/
- node -v
- npm config set registry https://registry.npmmirror.com
- npm install - npm install
- npm run dev - npm run dev