Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 7c2dfdd

Browse files
chore(release): ignore Hooks example upgrades (#3171)
1 parent a801468 commit 7c2dfdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/update-examples.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ const examplesPath = path.join(__dirname, '..', 'examples');
1111

1212
{
1313
// Update React InstantSearch DOM
14-
const examples = glob.sync(path.join(examplesPath, '!(react-native*)'));
14+
const examples = glob.sync(
15+
path.join(examplesPath, '!((react-native|hooks)*)')
16+
);
1517

1618
examples.forEach((example) => {
1719
console.log('updating in', example);

0 commit comments

Comments
 (0)