Skip to content

Commit 2d55e21

Browse files
committed
Remove extra build
1 parent 5898a0f commit 2d55e21

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ jobs:
1818
run: pnpm lint
1919
- name: Test
2020
run: pnpm test
21-
- name: Build (TypeScript 4.x)
21+
- name: Build
2222
run: pnpm build
23-
- name: Build (TypeScript 3.x)
24-
run: |
25-
pnpm build

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": ["dist", "**/__tests__/**", "setup-tests.js"]
3+
"exclude": ["dist", "src/**/__tests__", "src/setup-tests.ts"]
44
}

0 commit comments

Comments
 (0)