修改ci文件

This commit is contained in:
loser 2023-02-03 15:34:24 +08:00
parent 776493eace
commit c0a7c66227

View File

@ -18,7 +18,7 @@ steps:
commands: commands:
- pwd - pwd
- ls -alt - ls -alt
- npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像 # - npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像
- npm install - npm install
- npm run build - npm run build
when: when: