1
0
forked from Leaf/amber-ui

改进 npm 换源

This commit is contained in:
ivamp 2024-09-18 22:45:14 +08:00
parent 474570c1a7
commit f482582e42

View File

@ -26,6 +26,7 @@ jobs:
node-version: 18
- name: Build
run: |
npm config set registry https://registry.npmmirror.com
npm install
npm run build
- name: 'Login to Container Registry'