Browse Source

feat: solve test fail

pull/10939/head
kiner-tang(文辉) 3 years ago
parent
commit
18418637d7
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- run: echo ${{github.ref}}
- run: npm install
- run: npm install --legacy-peer-deps
- run: yarn run lint
- run: yarn run tsc
- run: yarn run build

Loading…
Cancel
Save