8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4721f37 commit 618dfa4Copy full SHA for 618dfa4
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
21
- run: |
22
npm clean-install
23
+ npm run check
24
npm run test
25
26
prettier-check:
package.json
@@ -13,6 +13,7 @@
13
"module": "dist/module/index.js",
14
"repository": "supabase/postgres-meta",
15
"scripts": {
16
+ "check": "tsc --project tsconfig.server.json --noEmit",
17
"clean": "rimraf bin dist",
18
"format": "prettier --write \"{src,test}/**/*.ts\"",
19
"build": "run-s clean build:*",
0 commit comments