Skip to content

Commit 39da808

Browse files
renovate[bot]renovate-botehmicky
authored
fix(deps): update dependency @netlify/build to v4.0.2 (#1239)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: ehmicky <[email protected]>
1 parent 03b55d3 commit 39da808

File tree

2 files changed

+10
-37
lines changed

2 files changed

+10
-37
lines changed

package-lock.json

Lines changed: 9 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/command.build.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test('should print output for a failed command', async t => {
4141

4242
await builder.buildAsync()
4343

44-
await runBuildCommand(t, builder.directory, { exitCode: 1, output: 'doesNotExist' })
44+
await runBuildCommand(t, builder.directory, { exitCode: 2, output: 'doesNotExist' })
4545
})
4646
})
4747

0 commit comments

Comments
 (0)