Update .gitlab-ci.yml file

This commit is contained in:
唐浩
2023-10-10 06:45:25 +00:00
parent f939d344fa
commit 216c6eaab2

View File

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