Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/build to v4.0.2 (#1239)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: ehmicky <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2020
1 parent 03b55d3 commit 39da808
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 37 deletions.
45 changes: 9 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/command.build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test('should print output for a failed command', async t => {

await builder.buildAsync()

await runBuildCommand(t, builder.directory, { exitCode: 1, output: 'doesNotExist' })
await runBuildCommand(t, builder.directory, { exitCode: 2, output: 'doesNotExist' })
})
})

Expand Down

0 comments on commit 39da808

Please sign in to comment.