Skip to content

Commit

Permalink
Update release-stable.mjs (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
halocline authored Jul 23, 2024
1 parent 2486dba commit 05770f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grommet-leaflet/tools/release-stable.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if (process.env.CI) {
]),
)
.then(() => {
fs.copy(`${localFolder}/grommet-leaflet`, localFolder);
fs.copy(localDist, `${localFolder}/dist`);
})
.then(() => git(localFolder).add(['--all', '.']))
Expand Down

0 comments on commit 05770f2

Please sign in to comment.