pnpm上传

This commit is contained in:
2025-03-28 15:27:16 +08:00
parent b45b5b71f4
commit 0ab518ce28

View File

@@ -16,7 +16,7 @@ job_install:
before_script: before_script:
- echo '安装依赖' - echo '安装依赖'
script: script:
- npm install - pnpm install
- cd Assets/02.InformationSave - cd Assets/02.InformationSave
- echo " registry=http://192.168.31.100:8418/api/packages/unity-registry/npm" > .npmrc - echo " registry=http://192.168.31.100:8418/api/packages/unity-registry/npm" > .npmrc
- echo "//192.168.31.100:8418/api/packages/unity-registry/:_authToken=7a502f73368672741accbd12fdf268909b1dca0f" >> .npmrc - echo "//192.168.31.100:8418/api/packages/unity-registry/:_authToken=7a502f73368672741accbd12fdf268909b1dca0f" >> .npmrc