Skip to content

Commit

Permalink
try including package info files (#106)
Browse files Browse the repository at this point in the history
* revert to original process

* try including package info files
  • Loading branch information
halocline authored Jul 22, 2024
1 parent 9a6e76b commit 6848f29
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 @@ -23,7 +23,7 @@ if (process.env.CI) {
deleteAsync([
`${localFolder}/**/*`,
// `${localFolder}/.*`,
// ...packageInfo,
...packageInfo,
]),
)
.then(() => fs.copy(localDist, `${localFolder}/dist`))
Expand Down

0 comments on commit 6848f29

Please sign in to comment.