diff --git a/docs/pages/docs/migration-guide.mdx b/docs/pages/docs/migration-guide.mdx index 6dd85a076..c3716fd9b 100644 --- a/docs/pages/docs/migration-guide.mdx +++ b/docs/pages/docs/migration-guide.mdx @@ -53,7 +53,7 @@ yarn start --schema $RAILWAY_DEPLOYMENT_ID ```text filename="Start command" -npm run start --schema $RAILWAY_DEPLOYMENT_ID +npm run start -- --schema $RAILWAY_DEPLOYMENT_ID ``` diff --git a/docs/pages/docs/production/deploy.mdx b/docs/pages/docs/production/deploy.mdx index 4cf170e77..510f42ae8 100644 --- a/docs/pages/docs/production/deploy.mdx +++ b/docs/pages/docs/production/deploy.mdx @@ -45,7 +45,7 @@ yarn start --schema $RAILWAY_DEPLOYMENT_ID ```text filename="Start command" -npm run start --schema $RAILWAY_DEPLOYMENT_ID +npm run start -- --schema $RAILWAY_DEPLOYMENT_ID ```