build : 启动npm install

This commit is contained in:
2024-10-03 17:21:26 +08:00
parent 20f1b568fa
commit 925b3de4f9

View File

@@ -20,7 +20,7 @@ steps:
- npm -v
- mkdir -p ./node_modules
- export NODE_MODULES_PATH=`pwd`/node_modules
# - npm config set registry https://registry.npmmirror.com
- npm config set registry https://registry.npmmirror.com
- set NODE_OPTIONS=--openssl-legacy-provider
- npm install
- npm run build