ci(deps): 淘宝镜像服务地址变更

This commit is contained in:
ronger 2024-02-20 19:16:18 +08:00
parent 4a93f838f3
commit a19dc51234
5 changed files with 6 additions and 42041 deletions

3
.gitignore vendored
View File

@ -88,3 +88,6 @@ sw.*
# Vim swap files # Vim swap files
*.swp *.swp
# deps
package-lock.json
yarn.lock

View File

@ -18,7 +18,7 @@ jobs:
image: node:16.17.0-alpine image: node:16.17.0-alpine
interpreter: !DefaultInterpreter interpreter: !DefaultInterpreter
commands: commands:
- yarn --registry=https://registry.npm.taobao.org - yarn --registry=https://registry.npmmirror.com
- npx nuxt build - npx nuxt build
useTTY: false useTTY: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL

View File

@ -13,8 +13,8 @@ RUN cd /opt/app
RUN chmod -R 777 * RUN chmod -R 777 *
# 添加执行shell文件权限 # 添加执行shell文件权限
RUN chmod u+x pm2.sh RUN chmod u+x pm2.sh
RUN yarn --registry=https://registry.npm.taobao.org RUN yarn --registry=https://registry.npmmirror.com
RUN npm i pm2 -g --registry=https://registry.npm.taobao.org RUN npm i pm2 -g --registry=https://registry.npmmirror.com
RUN npm run build RUN npm run build
RUN ls -l -a RUN ls -l -a

31738
package-lock.json generated

File diff suppressed because it is too large Load Diff

10300
yarn.lock

File diff suppressed because it is too large Load Diff