Skip to content

Commit 717450e

Browse files
committed
updated
1 parent 8fcb046 commit 717450e

3 files changed

Lines changed: 125 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
- name: Run lint
3333
run: pnpm run lint:ci
3434

35-
- name: Build application
36-
run: pnpm run build
35+
- name: Check TypeScript errors
36+
run: pnpm run typecheck
3737

38-
- name: Run tests
39-
run: pnpm run test
40-
continue-on-error: true
38+
- name: Build application
39+
run: pnpm run build

pnpm-lock.yaml

Lines changed: 120 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.build.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)