Skip to content

Commit 9f44038

Browse files
committed
chore(--wip--): do not merge
1 parent 884d09d commit 9f44038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
# cache: 'yarn'
2020
- run: yarn
2121
- run: yarn prettier-check
22-
- run: yarn lint-check
22+
- run: yarn workspace react-hook-tracer lint-check
23+
# - run: yarn lint-check
2324
- run: yarn build-lib
2425
- run: yarn type-check-app
2526
- run: yarn test-lib

0 commit comments

Comments
 (0)