diff --git a/src/cmd/build-copy.command.ts b/src/cmd/build-copy.command.ts index af9dc58..b09e7bf 100644 --- a/src/cmd/build-copy.command.ts +++ b/src/cmd/build-copy.command.ts @@ -6,7 +6,7 @@ export function buildCopyCommand(): void { '**', '!**/*.ts', '!**/__snapshots__', - '**/__exclude', + '!**/__exclude', '!test', '!**/*.test.js', ]