Skip to content

Commit

Permalink
[1.1.x] fix(scipts): update prettierignore (#1092)
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>
Co-authored-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
openshift-cherrypick-robot and schultzp2020 committed Mar 20, 2024
1 parent 2549d0f commit c087f21
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 c087f21

Please sign in to comment.