Skip to content

Commit

Permalink
fix(scipts): update prettierignore (#1077)
Browse files Browse the repository at this point in the history
* fix(scipts): update prettierignore

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* add new line

Signed-off-by: Paul Schultz <pschultz@pobox.com>

---------

Signed-off-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
schultzp2020 authored Mar 20, 2024
1 parent 021931d commit 9c2ec9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ coverage
.vscode
*.yaml
.yarn
packages/app/src/build-metadata.json
scripts/update-backstage.mjs
3 changes: 0 additions & 3 deletions scripts/update-backstage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ updateBackstageVersionFile(backstageVersion);
console.log('Updating build metadata...');
updateBuildMetadata(backstageVersion);

console.log('Running Prettier...');
execSync('prettier --ignore-unknown --write ./packages', { stdio: 'inherit' });

console.log(
`Successfully updated the Backstage Showcase to ${backstageVersion}!`,
);

0 comments on commit 9c2ec9b

Please sign in to comment.