Skip to content

Commit ea0e17b

Browse files
committed
chore(run-store): treat the run-store scripts directory as an entry point
The generator that emits the pass-through store base is a runnable script, not dead code, and the same glob covers any script added there later.
1 parent aee3f07 commit ea0e17b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

knip.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"internal-packages/observability-map": {
3838
"entry": ["src/index.ts", "fixtures/**/*.{js,mjs,cjs,ts,mts,cts,tsx}"]
3939
},
40+
"internal-packages/run-store": {
41+
"entry": ["scripts/**/*.{js,mjs,cjs,ts,mts,cts}"]
42+
},
4043
"internal-packages/otlp-importer": {
4144
"ignoreDependencies": ["ts-proto"]
4245
},

0 commit comments

Comments
 (0)