8000 chore(ci): add typecheck · rogervaas/postgres-meta@618dfa4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 618dfa4

Browse files
committed
chore(ci): add typecheck
1 parent 4721f37 commit 618dfa4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- run: |
2222
npm clean-install
23+
npm run check
2324
npm run test
2425
2526
prettier-check:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"module": "dist/module/index.js",
1414
"repository": "supabase/postgres-meta",
1515
"scripts": {
16+
"check": "tsc --project tsconfig.server.json --noEmit",
1617
"clean": "rimraf bin dist",
1718
"format": "prettier --write \"{src,test}/**/*.ts\"",
1819
"build": "run-s clean build:*",

0 commit comments

Comments
 (0)
0