Skip to content

Commit

Permalink
remove extra write
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Jul 24, 2023
1 parent 386d84e commit 8795766
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions firebase-vscode/scripts/swap-pkg.js
Expand Up @@ -23,12 +23,6 @@ if (releaseType === 'canary') {
// Should we use sha or timestamp? Does sha read as always incrementing?
// Pros: sha lets you trace back to the exact commit
pkg.version = `${nextPatchVersion}-alpha.${headSha}`;

writeFileSync(
path.join(__dirname, "../package.json"),
JSON.stringify(pkg, null, 2),
{ encoding: "utf8" }
);
}

if (platform === "vsce") {
Expand Down

0 comments on commit 8795766

Please sign in to comment.