Skip to content

Commit

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

0 comments on commit a927175

Please sign in to comment.