Skip to content

Commit 76988be

Browse files
committed
build: reduce glob expression
1 parent b56c6d8 commit 76988be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/build.mjs

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ async function main() {
2424

2525
// Remove the types file from the dist-src folder
2626
const typeFiles = await glob([
27-
"./pkg/dist-src/types.js",
28-
"./pkg/dist-src/types.js.map",
2927
"./pkg/dist-src/**/types.js.map",
3028
"./pkg/dist-src/**/types.js",
3129
]);

0 commit comments

Comments
 (0)