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

Commit ab443aa

Browse files
fix: allow folders to be removed (#144)
1 parent 2a2b324 commit ab443aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/runActions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ module.exports = async (config, context) => {
146146
}
147147
const files = await glob(patterns, {
148148
cwd: context.outDir,
149-
absolute: true
149+
absolute: true,
150+
onlyFiles: false
150151
})
151152
await Promise.all(
152153
files.map(file => {

0 commit comments

Comments
 (0)