Skip to content

Commit bee2cba

Browse files
cleanup
1 parent fc2eb5d commit bee2cba

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/build-packages.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,3 @@ jobs:
3030

3131
- name: Build
3232
run: yarn build:packages
33-
34-
- name: Test
35-
run: tsc --version

.github/workflows/dev-packages.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Install Dependencies
2828
run: yarn install --frozen-lockfile
2929

30-
- name: Test
31-
run: tsc --version
32-
3330
- name: Build
3431
run: yarn build:packages
3532

0 commit comments

Comments
 (0)