File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -238,10 +238,11 @@ dist/ # Built output (gitignored)
238238 - Auto-generate ` generated/exports.ts ` with all exports
2392393 . Update ` ERD.puml ` as appropriate
2402404 . Update ` README.md ` as appropriate
241- 5 . Run ` npm run format ` to ensure everything is formatted correctly
241+ 5 . Run ` npm run gen-schemas-md ` to regenerate ` SCHEMAS.md `
242+ 6 . Run ` npm run format ` to ensure everything is formatted correctly
242243 via Prettier
243- 6 . Run ` npm run check ` to validate, typecheck, and build
244- 7 . ** REQUIRED: Create a changeset file** in ` .changeset/ ` directory
244+ 7 . Run ` npm run check ` to validate, typecheck, and build
245+ 8 . ** REQUIRED: Create a changeset file** in ` .changeset/ ` directory
245246 - ** This step is MANDATORY for ALL changes that affect users**
246247 - See "Versioning" section below for file format
247248 - Create the file directly - do not use the interactive ` npm run changeset ` command
You can’t perform that action at this time.
0 commit comments