Skip to content

Commit 13ae5ac

Browse files
committed
fix(repo): build before test tupes
1 parent 06e1ab8 commit 13ae5ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
"test:types": {
109109
"inputs": ["testing", "^production"],
110-
"dependsOn": ["build:module"],
110+
"dependsOn": ["build"],
111111
"cache": true,
112112
"outputs": []
113113
},

packages/core/postgrest-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:run": "jest --runInBand --coverage -u",
4848
"test:smoke": "node test/smoke.cjs && node test/smoke.mjs",
4949
"test:update": "npm run db:clean && npm run db:run && npm run db:generate-test-types && jest --runInBand --updateSnapshot && npm run db:clean",
50-
"test:types": "npm run build && tstyche",
50+
"test:types": "tstyche",
5151
"test:types:ci": "tstyche --target '4.7,5.5,latest'",
5252
"test:types:watch": "chokidar 'src/**/*.ts' 'test/**/*.ts' -c 'npm run test:types'",
5353
"type-check": "tsc --noEmit --project tsconfig.json",

packages/core/supabase-js/test/integration/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "playwright test",
1010
"test:ui": "playwright test --ui",
1111
"test:debug": "playwright test --debug",
12-
"test:types": "npx tsd --files tests/types/*.test-d.ts"
12+
"test:types": "tsd --files tests/types/*.test-d.ts"
1313
},
1414
"dependencies": {
1515
"@radix-ui/react-checkbox": "^1.3.1",

0 commit comments

Comments
 (0)