Skip to content

Commit

Permalink
fix: exclude __exclude in build-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jun 20, 2024
1 parent 6d4fed4 commit 496f7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/build-copy.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function buildCopyCommand(): void {
'**',
'!**/*.ts',
'!**/__snapshots__',
'**/__exclude',
'!**/__exclude',
'!test',
'!**/*.test.js',
]
Expand Down

0 comments on commit 496f7c2

Please sign in to comment.