We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35aacc commit 30cc0f2Copy full SHA for 30cc0f2
tests/netlify-deploy.ts
@@ -154,6 +154,8 @@ export class NextDeployInstance extends NextInstance {
154
const deployRes = await deployResPromise
155
156
if (deployRes.exitCode !== 0) {
157
+ // clear deploy output to avoid printing it again in destroy()
158
+ this._deployOutput = ''
159
throw new Error(
160
`Failed to deploy project (${deployRes.exitCode}) ${deployRes.stdout} ${deployRes.stderr} `,
161
)
0 commit comments