-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add new repos to dependents list
- Loading branch information
Showing
4 changed files
with
72 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
To find missing modules in workflow-external.json, run from top: | ||
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`. | ||
|
||
To update + get a diff, run: | ||
|
||
```sh | ||
npm run dependents | ||
jd -set -color <(jq 'map(.) | flatten | sort' workflow-external.json) <(cat dependents-data/filtered.json) | ||
``` |
Oops, something went wrong.