Browse Source

fix: 调整脚本

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

2
.drone.yml

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

Loading…
Cancel
Save