mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-01-24 17:03:56 +08:00
1. update yarn.lock to public registry
2. update ci workflow to use yarn.
This commit is contained in:
parent
e8d49d94d4
commit
e6d3b08597
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "12"
|
node-version: "12"
|
||||||
- name: run test
|
- name: install dependencies
|
||||||
run: npm install
|
run: yarn install
|
||||||
- name: run test
|
- name: run test
|
||||||
run: yarn run test:ci
|
run: yarn run test:ci
|
||||||
- name: run build
|
- name: run build
|
||||||
|
Loading…
Reference in New Issue
Block a user