Skip to content

Commit 5bf6cc6

Browse files
chore: remove unused dependencies (#610)
* feat and chore: remove unused dependencies * remove continue-on-error for windows ci Co-authored-by: gonpombo8 <[email protected]>
1 parent 52990ba commit 5bf6cc6

File tree

10 files changed

+198
-5597
lines changed

10 files changed

+198
-5597
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,16 @@ jobs:
2020
with:
2121
node-version: 16.x
2222
- name: install
23-
continue-on-error: ${{ matrix.platform == 'windows-latest' }}
24-
run: npm ci
23+
run: npm ci
2524
- name: build
26-
continue-on-error: ${{ matrix.platform == 'windows-latest' }}
2725
run: npm run build
2826
- name: test:win
29-
continue-on-error: ${{ matrix.platform == 'windows-latest' }}
3027
if: matrix.platform == 'windows-latest'
3128
run: npm run test:win
3229
- name: test
3330
if: matrix.platform != 'windows-latest'
3431
run: npm run test:ci
3532
- name: lint
36-
continue-on-error: ${{ matrix.platform == 'windows-latest' }}
3733
run: npm run lint
3834

3935
publish:

0 commit comments

Comments
 (0)