Skip to content

Commit

Permalink
Release stable 3 (#115)
Browse files Browse the repository at this point in the history
* update release-stable

* update release-stable
  • Loading branch information
halocline authored Jul 23, 2024
1 parent e4650ef commit e5e50b7
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 @@ -15,8 +15,8 @@ if (process.env.CI) {
deleteAsync(localFolder).then(() => {
git()
.clone(repoURL, localFolder)
.then(() => git(localFolder).checkout(BRANCH))
.then(() => fs.move('package.json', `${localLibrary}/package.json`))
.then(() => git(localFolder).checkout(BRANCH))
.then(() => deleteAsync([`${localFolder}/**/*`]))
.then(() => {
fs.copy(localLibrary, localFolder);
Expand Down

0 comments on commit e5e50b7

Please sign in to comment.