File tree Expand file tree Collapse file tree 2 files changed +3
-114
lines changed Expand file tree Collapse file tree 2 files changed +3
-114
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export default defineConfig({
66
66
'js-tests/driver-init/module/planetscale.test.mjs' ,
67
67
'js-tests/driver-init/module/planetscale.test.cjs' ,
68
68
'js-tests/driver-init/commonjs/planetscale.test.cjs' ,
69
+ 'tests/seeder' ,
69
70
] ,
70
71
typecheck : {
71
72
tsconfig : 'tsconfig.json' ,
Original file line number Diff line number Diff line change 17
17
"test:types" : {
18
18
"dependsOn" : [
19
19
" ^test:types" ,
20
- " drizzle-orm#build" ,
21
- " drizzle-seed#build"
20
+ " drizzle-orm#build"
22
21
],
23
22
"inputs" : [
24
23
" src/**/*.ts" ,
70
69
],
71
70
"outputLogs" : " new-only"
72
71
},
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
- },
161
72
"eslint-plugin-drizzle#build" : {
162
73
"dependsOn" : [
163
74
" drizzle-orm#build"
180
91
],
181
92
"outputLogs" : " new-only"
182
93
},
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
- },
205
94
"integration-tests#build" : {
206
95
"dependsOn" : [
207
- " drizzle-orm#build" ,
208
- " drizzle-seed#build"
96
+ " drizzle-orm#build"
209
97
],
210
98
"inputs" : [
211
99
" src/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments