Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
fix: allow folders to be removed (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed May 12, 2020
1 parent 2a2b324 commit ab443aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/runActions.js
Expand Up @@ -146,7 +146,8 @@ module.exports = async (config, context) => {
}
const files = await glob(patterns, {
cwd: context.outDir,
absolute: true
absolute: true,
onlyFiles: false
})
await Promise.all(
files.map(file => {
Expand Down

0 comments on commit ab443aa

Please sign in to comment.