Skip to content

Commit

Permalink
Merge pull request #4450 from grommet/improve-release-stable
Browse files Browse the repository at this point in the history
Update release-stable steps
  • Loading branch information
taysea authored Nov 21, 2024
2 parents a4f0a2a + 8c95002 commit bc9eefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-tokens/src/scripts/release-stable.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (process.env.CI) {
git()
.clone(repoURL, localFolder)
.then(() => git(localFolder).checkout(BRANCH))
// .then(() => del([`${localFolder}/**/*`]))
.then(() => del([`${localFolder}/**/*`]))
.then(() => fs.copy(localDist, `${localFolder}/${BUILD_DIR}`))
.then(() =>
files.forEach(file =>
Expand Down

0 comments on commit bc9eefe

Please sign in to comment.