Skip to content

Commit

Permalink
Fix npm run dev error (#22426)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored May 18, 2020
1 parent 0e405bc commit c813c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if ( hasArgInCLI( '--webpack--devtool' ) ) {

const { status } = spawn(
resolveBin( 'webpack' ),
getWebpackArgs().push( '--watch' ),
[ ...getWebpackArgs(), '--watch' ],
{
stdio: 'inherit',
}
Expand Down

0 comments on commit c813c7f

Please sign in to comment.