Skip to content
Snippets Groups Projects
Unverified Commit ddcad414 authored by Braden Shepherdson's avatar Braden Shepherdson Committed by GitHub
Browse files

Build the CLJS before type checking the frontend code (#27210)

This was using the CLJS code at master, so type-checking fails if you
add new CLJS functions and use them from CLJS in the same PR.
parent b1547c96
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ jobs:
- uses: actions/checkout@v3
- name: Prepare front-end environment
uses: ./.github/actions/prepare-frontend
- run: yarn build-quick:cljs
name: Compile CLJS
- run: yarn type-check
name: Check types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment