Skip to content

Commit

Permalink
🔧 ajuste para build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Sep 24, 2022
1 parent 2822a42 commit 9e1dcf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/remove-styles-from-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ fileContent = fs.readFileSync("angular.json");
const angularObject = JSON.parse(fileContent.toString());
console.log('Arquivo lido com sucesso');
delete angularObject.projects.lib.architect.build.options['styles'];
delete angularObject.projects.lib.architect.build.options['scripts'];
fs.writeFileSync("angular.json", JSON.stringify(angularObject));
console.log('Alteração no angular.json finalizada');

1 comment on commit 9e1dcf1

@vercel
Copy link

@vercel vercel bot commented on 9e1dcf1 Sep 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.