Skip to content

Commit b0fc240

Browse files
fix: update test
1 parent 967761c commit b0fc240

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- name: Setup
1818
uses: ./.github/actions/setup
1919

20-
- name: Lint files
21-
run: yarn prepare
2220

2321
- name: Typecheck files
2422
run: yarn typecheck
@@ -44,8 +42,8 @@ jobs:
4442
- name: Setup
4543
uses: ./.github/actions/setup
4644

47-
- name: Build package
48-
run: yarn prepare
45+
# - name: Build package
46+
# run: yarn prepare
4947

5048
- name: Validate package contents
5149
run: yarn pack --dry-run

0 commit comments

Comments
 (0)