diff --git a/tests/integration/snapshots/320.command.help.test.cjs.md b/tests/integration/snapshots/320.command.help.test.cjs.md index 0750924237f..85ab527a60a 100644 --- a/tests/integration/snapshots/320.command.help.test.cjs.md +++ b/tests/integration/snapshots/320.command.help.test.cjs.md @@ -35,6 +35,9 @@ Generated by [AVA](https://avajs.dev). $ lm Handle Netlify Large Media operations␊ $ login Login to your Netlify account␊ $ open Open settings for the site linked to the current folder␊ + $ serve (Beta) Build the site for production and serve locally. This␊ + does not watch the code for changes, so if you need to rebuild␊ + your site then you must exit and run \`serve\` again.␊ $ sites Handle various site operations␊ $ status Print status information␊ $ switch Switch your active Netlify account␊ diff --git a/tests/integration/snapshots/320.command.help.test.cjs.snap b/tests/integration/snapshots/320.command.help.test.cjs.snap index 6880422bd6f..a9a61320f31 100644 Binary files a/tests/integration/snapshots/320.command.help.test.cjs.snap and b/tests/integration/snapshots/320.command.help.test.cjs.snap differ