docs: add npx2yarn component (#14512)
* initial * initial * update tests * remove unused import * allow passing with no tests * vale fixes
This commit is contained in:
@@ -56,7 +56,7 @@ You can replace `npm run other-build-steps` with the appropriate command for you
|
||||
If you're deploying both a Medusa application and a storefront on Cloud, Medusa will run the:
|
||||
|
||||
1. The `build` command defined in the backend's `package.json` file, which must run the `medusa build` command.
|
||||
2. The build command relevant to the storefront, depending on the framework you're using. For example, if you're using Next.js for your storefront, Medusa will run the `next build` command in the storefront's directory.
|
||||
2. The build command relevant to the storefront, depending on the frontend framework you're using. For example, if you're using Next.js for your storefront, Medusa will run the `next build` command in the storefront's directory.
|
||||
- Medusa currently doesn't support custom build scripts for storefronts.
|
||||
|
||||
### What Gets Deployed in the Medusa Application?
|
||||
|
||||
Reference in New Issue
Block a user