Skip to content

Commit 37d1f24

Browse files
committed
Adjust spacing done to package.json when running prerelease script
1 parent a42f9a8 commit 37d1f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ const publishTag = semver.gt(package.version, latestNpmTag, { includePrerelease:
2323

2424
// save the package.json
2525
package.version = publishTag;
26-
fs.writeFileSync('package.json', JSON.stringify(package, null, 4));
26+
fs.writeFileSync('package.json', JSON.stringify(package, null, 2));

0 commit comments

Comments
 (0)