Browse Source

fix: 调整脚本

master
niushuai233 2 years ago
parent
commit
a3bbcee5f4
  1. 2
      .drone.yml

2
.drone.yml

@ -46,7 +46,7 @@ steps:
- ls -alh node_modules - ls -alh node_modules
# 打包 # 打包
- npm config set cache /node_cache --global - npm config set cache /node_cache --global
- npm run pre - npm install
- npm run build - npm run build
# 构建镜像 # 构建镜像

Loading…
Cancel
Save