Skip to content

Commit

Permalink
chore: remove unused dependencies (#610)
Browse files Browse the repository at this point in the history
* feat and chore: remove unused dependencies

* remove continue-on-error for windows ci

Co-authored-by: gonpombo8 <[email protected]>
  • Loading branch information
leanmendoza and gonpombo8 authored Dec 1, 2021
1 parent 52990ba commit 5bf6cc6
Show file tree
Hide file tree
Showing 10 changed files with 198 additions and 5,597 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,16 @@ jobs:
with:
node-version: 16.x
- name: install
continue-on-error: ${{ matrix.platform == 'windows-latest' }}
run: npm ci
run: npm ci
- name: build
continue-on-error: ${{ matrix.platform == 'windows-latest' }}
run: npm run build
- name: test:win
continue-on-error: ${{ matrix.platform == 'windows-latest' }}
if: matrix.platform == 'windows-latest'
run: npm run test:win
- name: test
if: matrix.platform != 'windows-latest'
run: npm run test:ci
- name: lint
continue-on-error: ${{ matrix.platform == 'windows-latest' }}
run: npm run lint

publish:
Expand Down
Loading

0 comments on commit 5bf6cc6

Please sign in to comment.