ci(deps): 淘宝镜像服务地址变更
This commit is contained in:
parent
4a93f838f3
commit
a19dc51234
3
.gitignore
vendored
3
.gitignore
vendored
@ -88,3 +88,6 @@ sw.*
|
|||||||
|
|
||||||
# Vim swap files
|
# Vim swap files
|
||||||
*.swp
|
*.swp
|
||||||
|
# deps
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
|
@ -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
|
||||||
|
@ -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
31738
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user