Skip to content

Commit 08c2654

Browse files
committed
Remove test, 4.8.7
1 parent f3e620c commit 08c2654

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cogs",
3-
"version": "4.8.6",
3+
"version": "4.8.7",
44
"type": "module",
55
"author": "Casey Foster <c@sey.me>",
66
"description": "The fast file transform pipeline.",

src/build-config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ const saveBuilds = async ({ env, manifest, onError, onResult }) =>
5858
await Promise.all(
5959
_.map(env.builds, async (target, pattern) => {
6060
const paths = (
61-
await Array.fromAsync(
62-
fs.glob(pattern, { exclude: () => true, withFileTypes: true })
63-
)
61+
await Array.fromAsync(fs.glob(pattern, { withFileTypes: true }))
6462
).flatMap(dirent =>
6563
dirent.isDirectory()
6664
? []

0 commit comments

Comments
 (0)