Skip to content

Commit

Permalink
Merge pull request #19589 from emberjs/fix-type-types
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Jun 3, 2021
2 parents c35fc14 + d4fb9fb commit c73d4b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ module.exports = function ({ project }) {
'@ember/-internals/*/tests/**' /* internal packages */,
'*/*/tests/**' /* scoped packages */,
'*/tests/**' /* packages */,
'@ember/-internals/*/type-tests/**' /* internal packages */,
'*/*/type-tests/**' /* scoped packages */,
'*/type-tests/**' /* packages */,
'ember-template-compiler/**',
'internal-test-helpers/**',
],
Expand Down

0 comments on commit c73d4b5

Please sign in to comment.