Skip to content

Commit 2e83bd1

Browse files
committed
fix(gulp:tslint): exclude both typings and test_typings
1 parent c9afc1c commit 2e83bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const paths = {
2929
scripts: [
3030
`${clientPath}/**/!(*.spec|*.mock).<%= scriptExt %>`,
3131
`!${clientPath}/bower_components/**/*`<% if(filters.ts) { %>,
32-
`!${clientPath}/typings/**/*`<% } %>
32+
`!${clientPath}/{typings,test_typings}/**/*`<% } %>
3333
],
3434
styles: [`${clientPath}/{app,components}/**/*.<%= styleExt %>`],
3535
mainStyle: `${clientPath}/app/app.<%= styleExt %>`,

0 commit comments

Comments
 (0)