Skip to content

Commit 529b337

Browse files
committed
Also use proper minification elsewhere
1 parent e1828e1 commit 529b337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bundle-data-dir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function bundleDataDir({fromDir, toFile}) {
3838
return yaml.safeLoad(contents)
3939
})
4040
const dated = {data: loaded}
41-
const output = JSON.stringify(dated, null, 2) + '\n'
41+
const output = JSON.stringify(dated, null, 0) + '\n'
4242

4343
const outStream =
4444
toFile === '-' ? process.stdout : fs.createWriteStream(toFile)

0 commit comments

Comments
 (0)