Skip to content

Commit

Permalink
chore: remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Mar 9, 2021
1 parent 70443e4 commit d5aa8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
`,
})
await execa.command('base prepare')
const childProcess = execa.command('base dev', { stdio: 'inherit' })
const childProcess = execa.command('base dev')
try {
await portReady(3000)
await page.goto('http://localhost:3000')
Expand Down

0 comments on commit d5aa8b3

Please sign in to comment.