Merge remote-tracking branch 'origin/dev-23.09' into dev-23.09

This commit is contained in:
chenjinsong
2023-10-10 15:25:02 +08:00

View File

@@ -39,9 +39,9 @@ build_project:
stage: build_project
script:
- echo "npm install ..."
- cnpm install --save-dev --unsafe-perm
- npm install --save-dev --unsafe-perm
- echo "npm run build"
- cnpm run build
- npm run build
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
when: on_success