Skip to content

Commit

Permalink
fix: fixing buildspec due to git merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Sep 16, 2023
1 parent 0eaa676 commit 10ec8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/configs/amplify/build-setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const microAppBuildSpec = (name: string) =>
},
],
},
appRoot: name,
appRoot: `apps/${name}`,
},
],
});
Expand All @@ -81,7 +81,7 @@ export const microAppDevBuildSpec = (name: string) =>
},
],
},
appRoot: name,
appRoot: `apps/${name}`,
},
],
});

0 comments on commit 10ec8a6

Please sign in to comment.