Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
fix(build): remove header to match GHA style
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Jun 21, 2022
1 parent 3aa8756 commit f68ab37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dxatscale/sfpowerscripts",
"description": "A build system for package based development in Salesforce,delivered as a sfdx plugin that can be implemented in any CI/CD system of choice.Read more about the plugin and details here - https://dxatscale.gitbook.io/sfpowerscripts/",
"version": "15.3.1",
"version": "15.3.2",
"author": "dxatscale",
"release": "June 22",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ export default class BuildImpl {

SFPLogger.log(COLOR_HEADER(`-- Package Details:--`));
const table = new Table({
head: ['Property', 'Value'],
chars: COLON_MIDDLE_BORDER_TABLE,
style: { 'padding-left': 2 }
});
Expand Down

0 comments on commit f68ab37

Please sign in to comment.