Skip to content

Commit

Permalink
feat: rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Oct 13, 2023
1 parent 191c453 commit dc2fcb0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
11 changes: 4 additions & 7 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ export async function run(): Promise<void> {
xmlJson.AuraDefinitionBundle.apiVersion = `${apiVersion}.0`
}

await fs.writeFile(metadataXmlFile, new xml2js.Builder().buildObject(xmlJson))
await fs.writeFile(
metadataXmlFile,
new xml2js.Builder().buildObject(xmlJson)
)
}
} catch (error) {
if (error instanceof Error) {
Expand All @@ -53,4 +56,4 @@ export async function run(): Promise<void> {
}
}

run()
run()

0 comments on commit dc2fcb0

Please sign in to comment.