Skip to content

Commit 9eb5899

Browse files
committed
Temporarily ignored builds & tests of unfinished libraries
1 parent f294e23 commit 9eb5899

File tree

2 files changed

+3
-114
lines changed

2 files changed

+3
-114
lines changed

integration-tests/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default defineConfig({
6666
'js-tests/driver-init/module/planetscale.test.mjs',
6767
'js-tests/driver-init/module/planetscale.test.cjs',
6868
'js-tests/driver-init/commonjs/planetscale.test.cjs',
69+
'tests/seeder',
6970
],
7071
typecheck: {
7172
tsconfig: 'tsconfig.json',

turbo.json

Lines changed: 2 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"test:types": {
1818
"dependsOn": [
1919
"^test:types",
20-
"drizzle-orm#build",
21-
"drizzle-seed#build"
20+
"drizzle-orm#build"
2221
],
2322
"inputs": [
2423
"src/**/*.ts",
@@ -70,94 +69,6 @@
7069
],
7170
"outputLogs": "new-only"
7271
},
73-
"drizzle-zod#build": {
74-
"dependsOn": [
75-
"drizzle-orm#build"
76-
],
77-
"inputs": [
78-
"src/**/*.ts",
79-
"package.json",
80-
"README.md",
81-
"../README.md",
82-
"tsconfig.json",
83-
"tsconfig.*.json",
84-
"tsup.config.ts",
85-
"scripts/build.ts",
86-
"scripts/fix-imports.ts",
87-
"../tsconfig.json"
88-
],
89-
"outputs": [
90-
"dist/**",
91-
"dist-dts/**"
92-
],
93-
"outputLogs": "new-only"
94-
},
95-
"drizzle-typebox#build": {
96-
"dependsOn": [
97-
"drizzle-orm#build"
98-
],
99-
"inputs": [
100-
"src/**/*.ts",
101-
"package.json",
102-
"README.md",
103-
"../README.md",
104-
"tsconfig.json",
105-
"tsconfig.*.json",
106-
"tsup.config.ts",
107-
"scripts/build.ts",
108-
"scripts/fix-imports.ts",
109-
"../tsconfig.json"
110-
],
111-
"outputs": [
112-
"dist/**",
113-
"dist-dts/**"
114-
],
115-
"outputLogs": "new-only"
116-
},
117-
"drizzle-valibot#build": {
118-
"dependsOn": [
119-
"drizzle-orm#build"
120-
],
121-
"inputs": [
122-
"src/**/*.ts",
123-
"package.json",
124-
"README.md",
125-
"../README.md",
126-
"tsconfig.json",
127-
"tsconfig.*.json",
128-
"tsup.config.ts",
129-
"scripts/build.ts",
130-
"scripts/fix-imports.ts",
131-
"../tsconfig.json"
132-
],
133-
"outputs": [
134-
"dist/**",
135-
"dist-dts/**"
136-
],
137-
"outputLogs": "new-only"
138-
},
139-
"drizzle-arktype#build": {
140-
"dependsOn": [
141-
"drizzle-orm#build"
142-
],
143-
"inputs": [
144-
"src/**/*.ts",
145-
"package.json",
146-
"README.md",
147-
"../README.md",
148-
"tsconfig.json",
149-
"tsconfig.*.json",
150-
"tsup.config.ts",
151-
"scripts/build.ts",
152-
"scripts/fix-imports.ts",
153-
"../tsconfig.json"
154-
],
155-
"outputs": [
156-
"dist/**",
157-
"dist-dts/**"
158-
],
159-
"outputLogs": "new-only"
160-
},
16172
"eslint-plugin-drizzle#build": {
16273
"dependsOn": [
16374
"drizzle-orm#build"
@@ -180,32 +91,9 @@
18091
],
18192
"outputLogs": "new-only"
18293
},
183-
"drizzle-seed#build": {
184-
"dependsOn": [
185-
"drizzle-orm#build"
186-
],
187-
"inputs": [
188-
"src/**/*.ts",
189-
"package.json",
190-
"README.md",
191-
"../README.md",
192-
"tsconfig.json",
193-
"tsconfig.*.json",
194-
"tsup.config.ts",
195-
"scripts/build.ts",
196-
"scripts/fix-imports.ts",
197-
"../tsconfig.json"
198-
],
199-
"outputs": [
200-
"dist/**",
201-
"dist-dts/**"
202-
],
203-
"outputLogs": "new-only"
204-
},
20594
"integration-tests#build": {
20695
"dependsOn": [
207-
"drizzle-orm#build",
208-
"drizzle-seed#build"
96+
"drizzle-orm#build"
20997
],
21098
"inputs": [
21199
"src/**/*.ts",

0 commit comments

Comments
 (0)