ci/cd : 第3次测试

This commit is contained in:
clay
2023-12-02 16:37:41 +08:00
parent fb3e19e63c
commit 587938e582
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ steps:
- export NODE_MODULES_PATH=`pwd`/node_modules
- npm config set registry https://registry.npm.taobao.org
- 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