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
There is currently no way to auto-detect whether definitions (Parse Server options) were correctly added via auto-generation by running npm run definitions, or whether they were incorrectly manually added.
Feature / Enhancement Description
Add CI check that runs npm run definitions and compares the output to the definitions file submitted in a PR. If they don't match, then fail the CI.
Example Use Case
n/a
Alternatives / Workarounds
Manual check.
The text was updated successfully, but these errors were encountered:
New Feature / Enhancement Checklist
Current Limitation
There is currently no way to auto-detect whether definitions (Parse Server options) were correctly added via auto-generation by running
npm run definitions
, or whether they were incorrectly manually added.Feature / Enhancement Description
Add CI check that runs
npm run definitions
and compares the output to the definitions file submitted in a PR. If they don't match, then fail the CI.Example Use Case
n/a
Alternatives / Workarounds
Manual check.
The text was updated successfully, but these errors were encountered: