Skip to content

Commit

Permalink
fix: schema.json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchuka committed Jan 4, 2020
1 parent 4dd01ab commit 73c8a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stencil-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function bundleThemeFiles(archive, themePath, configuration) {
*/
function bundleParsedFiles(archive, taskResults) {
const archiveJsonFile = (data, name) => {
archive.append(JSON.stringify(data), { name });
archive.append(JSON.stringify(data, null, 2), { name });
}
const failedTemplates = [];
for (let task in taskResults) {
Expand Down

0 comments on commit 73c8a26

Please sign in to comment.