Skip to content

Commit 78483fb

Browse files
committed
chore: testing clone
1 parent 6eb37dd commit 78483fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/changeset-publish-refactor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Temporary install of https://github.com/atlassian/changesets/pull/674
22
// atlassian/changesets#head=publish-refactor&workspace=@changesets/cli
33

4-
const hackChangetsetsDir = process.env?.HACK_CHANGESET_DIR;
5-
const skipCloneRepo = process.env?.SKIP_CLONE_CHANGESET_REPO === "1";
4+
const hackChangetsetsDir = process.env.HACK_CHANGESET_DIR;
5+
const skipCloneRepo = process.env.SKIP_CLONE_CHANGESET_REPO === '1';
66

77
const pathToRepo = hackChangetsetsDir ? hackChangetsetsDir : path.join(execEnv.tempDir, 'changesets');
88
const pathToArchive = path.join(execEnv.tempDir, 'archive.tgz');

0 commit comments

Comments
 (0)