Skip to content

Commit 37dfc94

Browse files
committed
FIX: temp remove typecheck from CI as it requires deps
1 parent 39ad69e commit 37dfc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/ci/build_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ app-tests:
4040
stage: check
4141
script:
4242
- pnpm --filter polycentric-app test
43-
- pnpm --filter polycentric-app typecheck
43+
# - pnpm --filter polycentric-app typecheck
4444

4545
.app-build-base:
4646
extends: .app-workflow

0 commit comments

Comments
 (0)