更新 .drone.yml

This commit is contained in:
zhangkaihuai
2024-09-15 09:59:24 +00:00
parent d2952b17d6
commit 88b1daefe2

View File

@@ -22,7 +22,7 @@ steps:
- export NODE_MODULES_PATH=`pwd`/node_modules
- npm config set registry https://registry.npmmirror.com
- set NODE_OPTIONS=--openssl-legacy-provider
# - npm install
- npm install
- npm run build
- echo $NODE_MODULES_PATH
- cp -r dist /app/build/$DRONE_REPO_NAME