Skip to content

Commit

Permalink
fix: remove no-override check for category transformations (#8765)
Browse files Browse the repository at this point in the history
Co-authored-by: Ghosh <[email protected]>
  • Loading branch information
kaustavghosh06 and Ghosh authored Nov 10, 2021
1 parent 32c6554 commit b09b143
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import { storeRootStackTemplate } from '../initializer';
*/
export async function transformResourceWithOverrides(context: $TSContext, resource?: IAmplifyResource) {
const flags = context.parameters.options;
if (flags['no-override']) {
return;
}
try {
if (resource) {
const { transformCategoryStack } = await import(`@aws-amplify/amplify-category-${resource.category}`);
Expand Down

0 comments on commit b09b143

Please sign in to comment.