Skip to content

Commit

Permalink
updated release-stable (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
halocline authored Jul 23, 2024
1 parent d36e4a3 commit 877bda6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grommet-leaflet/tools/release-stable.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ if (process.env.CI) {
git()
.clone(repoURL, localFolder)
.then(() => git(localFolder).checkout(BRANCH))
.then(() => deleteAsync([`${localFolder}/**/*`]))
.then(() => deleteAsync([`${localFolder}/.*`]))
.then(() => deleteAsync([`${localFolder}/**/*`], { dot: true }))
.then(() => fs.copy(localDist, `${localFolder}/dist`))
.then(() =>
packageInfo.forEach(file => fs.copy(file, `${localFolder}/${file}`)),
Expand Down

0 comments on commit 877bda6

Please sign in to comment.