@@ -175,6 +175,107 @@ Generated by [AVA](https://avajs.dev).
175
175
(Netlify Build completed in 1ms)␊
176
176
Build step duration: Netlify Build completed in 1ms`
177
177
178
+ ## nested --config
179
+
180
+ > Snapshot 1
181
+
182
+ `␊
183
+ Netlify Build ␊
184
+ ────────────────────────────────────────────────────────────────␊
185
+ ␊
186
+ > Version␊
187
+ @netlify/build 1.0.0␊
188
+ ␊
189
+ > Flags␊
190
+ config: packages/build/tests/core/fixtures/toml/apps/nested/netlify.toml␊
191
+ debug: true␊
192
+ repositoryRoot: packages/build/tests/core/fixtures/toml␊
193
+ testOpts:␊
194
+ pluginsListUrl: test␊
195
+ silentLingeringProcesses: true␊
196
+ ␊
197
+ > Current directory␊
198
+ packages/build/tests/core/fixtures/toml␊
199
+ ␊
200
+ > Config file␊
201
+ packages/build/tests/core/fixtures/toml/apps/nested/netlify.toml␊
202
+ ␊
203
+ > Resolved config␊
204
+ build:␊
205
+ command: echo not party town␊
206
+ commandOrigin: config␊
207
+ publish: packages/build/tests/core/fixtures/toml␊
208
+ publishOrigin: default␊
209
+ ␊
210
+ > Context␊
211
+ production␊
212
+ ␊
213
+ build.command from netlify.toml ␊
214
+ ────────────────────────────────────────────────────────────────␊
215
+ ␊
216
+ $ echo not party town␊
217
+ not party town␊
218
+ ␊
219
+ (build.command completed in 1ms)␊
220
+ Build step duration: build.command completed in 1ms␊
221
+ ␊
222
+ Netlify Build Complete ␊
223
+ ────────────────────────────────────────────────────────────────␊
224
+ ␊
225
+ (Netlify Build completed in 1ms)␊
226
+ Build step duration: Netlify Build completed in 1ms`
227
+
228
+ ## empty --config
229
+
230
+ > Snapshot 1
231
+
232
+ `␊
233
+ Netlify Build ␊
234
+ ────────────────────────────────────────────────────────────────␊
235
+ ␊
236
+ > Version␊
237
+ @netlify/build 1.0.0␊
238
+ ␊
239
+ > Flags␊
240
+ cwd: packages/build/tests/core/fixtures/toml/apps/nested␊
241
+ debug: true␊
242
+ repositoryRoot: packages/build/tests/core/fixtures/toml␊
243
+ testOpts:␊
244
+ pluginsListUrl: test␊
245
+ silentLingeringProcesses: true␊
246
+ ␊
247
+ > Current directory␊
248
+ packages/build/tests/core/fixtures/toml/apps/nested␊
249
+ ␊
250
+ > Config file␊
251
+ packages/build/tests/core/fixtures/toml/apps/nested/netlify.toml␊
252
+ ␊
253
+ > Resolved config␊
254
+ build:␊
255
+ base: packages/build/tests/core/fixtures/toml/apps/nested␊
256
+ command: echo not party town␊
257
+ commandOrigin: config␊
258
+ publish: packages/build/tests/core/fixtures/toml/apps/nested␊
259
+ publishOrigin: default␊
260
+ ␊
261
+ > Context␊
262
+ production␊
263
+ ␊
264
+ build.command from netlify.toml ␊
265
+ ────────────────────────────────────────────────────────────────␊
266
+ ␊
267
+ $ echo not party town␊
268
+ not party town␊
269
+ ␊
270
+ (build.command completed in 1ms)␊
271
+ Build step duration: build.command completed in 1ms␊
272
+ ␊
273
+ Netlify Build Complete ␊
274
+ ────────────────────────────────────────────────────────────────␊
275
+ ␊
276
+ (Netlify Build completed in 1ms)␊
277
+ Build step duration: Netlify Build completed in 1ms`
278
+
178
279
## --defaultConfig CLI flag
179
280
180
281
> Snapshot 1
0 commit comments