We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42f9a8 commit 37d1f24Copy full SHA for 37d1f24
.github/workflows/prerelease.js
@@ -23,4 +23,4 @@ const publishTag = semver.gt(package.version, latestNpmTag, { includePrerelease:
23
24
// save the package.json
25
package.version = publishTag;
26
-fs.writeFileSync('package.json', JSON.stringify(package, null, 4));
+fs.writeFileSync('package.json', JSON.stringify(package, null, 2));
0 commit comments