Skip to content

Commit 7a73bfe

Browse files
authored
ci: add new repos to dependents list (#396)
1 parent 737bad5 commit 7a73bfe

File tree

4 files changed

+72
-65
lines changed

4 files changed

+72
-65
lines changed

dependents-data/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
To find missing modules in workflow-external.json, run from top:
1+
The files in this folder are not used directly but just used to help inform what modules that might be missing in `../workflow-external.json`.
2+
3+
To update + get a diff, run:
24

35
```sh
6+
npm run dependents
47
jd -set -color <(jq 'map(.) | flatten | sort' workflow-external.json) <(cat dependents-data/filtered.json)
58
```

0 commit comments

Comments
 (0)