Skip to content

Commit

Permalink
Fixed skyux build to ignore fixtures directory. (blackbaud#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored Jul 2, 2019
1 parent 6e5e89f commit 1c21ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/utils/run-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function writeTSConfig(skyPagesConfig) {
'**/*'
],
'exclude': [
'fixtures',
'**/fixtures/**',
'node_modules',
'**/*.spec.ts',
'**/*.fixture.ts'
Expand Down

0 comments on commit 1c21ba6

Please sign in to comment.