summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3067feea..176dca8f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,12 +38,12 @@ jobs:
- name: Run linter
run: npm run lint
- - name: Run type check
- run: npm run typecheck
-
- name: Build project
run: npm run build
+ - name: Run type check
+ run: npm run typecheck
+
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with: