Skip to content

Commit

Permalink
chore(build): remove inner files from build (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Aug 10, 2023
1 parent e5f1581 commit 7c54a5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ function compileTs(modules = false) {
'!src/stories/**/*',
'!src/**/__stories__/**/*',
'!src/**/__tests__/**/*',
'!src/**/__mocks__/**/*',
'!src/**/*.test.{ts,tsx}',
])
.pipe(
replace(/import '.+\.scss';/g, (match) =>
Expand Down

0 comments on commit 7c54a5f

Please sign in to comment.