Skip to content

Commit 49321d8

Browse files
committed
Replace CI 'build-app' step with 'type-check-app'
1 parent 172afe5 commit 49321d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- run: yarn prettier-check
2121
- run: yarn lint-check
2222
- run: yarn build-lib
23-
- run: yarn build-app
23+
- run: yarn type-check-app
2424
- run: yarn test-lib
2525
- run: yarn test-app

0 commit comments

Comments
 (0)