Skip to content

Commit ebb608f

Browse files
committed
chore: remove types step from CI
1 parent 0d9dc71 commit ebb608f

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
- name: Run all tests
4040
run: npm test
4141

42-
- name: Generate and check types
43-
run: npm run types
44-
4542
- name: Release and publish
4643
run: npx semantic-release
4744
env:

.github/pull-request.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626

27-
- name: npm install
28-
run: npm install
27+
- run: npm install
2928

30-
- name: npm lint
31-
run: npm run lint
29+
- run: npm run lint
3230

33-
- name: npm types
34-
run: npm run types
35-
36-
- name: npm test
37-
run: npm test
31+
- run: npm test

0 commit comments

Comments
 (0)