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 6eb37dd commit 78483fbCopy full SHA for 78483fb
bin/changeset-publish-refactor.js
@@ -1,8 +1,8 @@
1
// Temporary install of https://github.com/atlassian/changesets/pull/674
2
// atlassian/changesets#head=publish-refactor&workspace=@changesets/cli
3
4
-const hackChangetsetsDir = process.env?.HACK_CHANGESET_DIR;
5
-const skipCloneRepo = process.env?.SKIP_CLONE_CHANGESET_REPO === "1";
+const hackChangetsetsDir = process.env.HACK_CHANGESET_DIR;
+const skipCloneRepo = process.env.SKIP_CLONE_CHANGESET_REPO === '1';
6
7
const pathToRepo = hackChangetsetsDir ? hackChangetsetsDir : path.join(execEnv.tempDir, 'changesets');
8
const pathToArchive = path.join(execEnv.tempDir, 'archive.tgz');
0 commit comments