Skip to content

Commit

Permalink
chore: use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Oct 13, 2023
1 parent 969e761 commit b9ee209
Show file tree
Hide file tree
Showing 3 changed files with 2,079 additions and 1,327 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install yarn
- name: npm ci
run: |
curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
- name: yarn build
npm ci
- name: npm lint
run: |
yarn
- name: yarn lint
run: |
yarn lint
npm run lint
Loading

0 comments on commit b9ee209

Please sign in to comment.