diff --git a/www/apps/book/app/learn/deployment/general/page.mdx b/www/apps/book/app/learn/deployment/general/page.mdx index e0259aa890..8585be4309 100644 --- a/www/apps/book/app/learn/deployment/general/page.mdx +++ b/www/apps/book/app/learn/deployment/general/page.mdx @@ -305,7 +305,7 @@ The Medusa application's production build, which is created using the `build` co If your hosting provider doesn't support setting a current-working directory, set the start command to the following: ```bash npm2yarn -cd .medusa/server && npm run install && npm run start +cd .medusa/server && npm install && npm run start ``` ---