Skip to content

Commit

Permalink
Check Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Nov 18, 2023
1 parent 13c3dac commit 2cca168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ jobs:

- name: Lint
run: pnpm run lint

- name: Check Typescript
run: pnpm run check-ts
# more things can be add later like tests etc..

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"fmt": "eslint \"**/*.{ts,vue}\" --fix",
"lint": "eslint \"**/*.{ts,vue}\"",
"check-ts": "tsc --noEmit",
"start": "tsx ./backend/index.ts",
"dev:backend": "cross-env NODE_ENV=development tsx watch ./backend/index.ts",
"dev:frontend": "cross-env NODE_ENV=development vite --host --config ./frontend/vite.config.ts",
Expand Down

0 comments on commit 2cca168

Please sign in to comment.