更新 .drone.yml

This commit is contained in:
zhangkaihuai
2024-09-15 09:54:57 +00:00
parent cb35773c47
commit 9551abe975

View File

@@ -19,6 +19,7 @@ steps:
- cp nginx.conf /app/build/$DRONE_REPO_NAME/
- npm -v
- ls
- rm -rf ./node_modules
- mkdir -p ./node_modules
- export NODE_MODULES_PATH=`pwd`/node_modules
- npm config set registry https://registry.npmmirror.com