更新 .drone.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user