Browse Source

chore: use npm to run ci

pull/9040/head
chenshuai2144 5 years ago
parent
commit
089e28aed2
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

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

Loading…
Cancel
Save