Skip to content

Commit 31e025a

Browse files
committed
exclude /layouts/dock-manager/styling
1 parent 051901f commit 31e025a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

browser/tasks/gulp-samples.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ var sampleSources = [
9494
igConfig.SamplesCopyPath + '/inputs/switches/**/package.json',
9595

9696
// excluding samples that are not finished:
97-
'!' + igConfig.SamplesCopyPath + '/grids/pivot-grid/remote/package.json',
97+
'!' + igConfig.SamplesCopyPath + '/grids/pivot-grid/remote/package.json', // grid has no exported member named 'NoopPivotDimensionsStrategy'
98+
'!' + igConfig.SamplesCopyPath + '/layouts/dock-manager/styling/package.json', // type '"closePane"' is not assignable to parameter of type 'keyof IgcDockManagerEventMap'.
9899

99100
// excluding samples' node_modules:
100101
'!' + igConfig.SamplesCopyPath + '/**/node_modules/**/package.json',

0 commit comments

Comments
 (0)