You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename "prepare" script to "curate" to prevent auto-runs (#914)
The `prepare` script runs automatically when the repository is installed.
On top of creating issues when the repository is set as dependency in
another project for some reason, as described in:
#789 (comment)
... this also seems wrong because:
1. There is no guarantee that the curation will run without errors. A patch
may no longer apply for instance.
2. Projects may want to depend on the raw data and may not need to run the
curation and package preparation logic at all.
This update replaces the "prepare" script with a "curate" one, explicitly
called in the jobs that need it.
Other projects that depend on the webref repository directly and on curated data
also need to update to call npm run curate explicitly.
0 commit comments