fix(create-medusa-app): run links sync during setup (#8215)
Run `links sync` command along with running migrations
This commit is contained in:
@@ -138,7 +138,7 @@ export default async ({
|
||||
await processManager.runProcess({
|
||||
process: async () => {
|
||||
const proc = await execute(
|
||||
["npx medusa migrations run", npxOptions],
|
||||
["npx medusa migrations run && npx medusa links sync", npxOptions],
|
||||
{ verbose, needOutput: true }
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user