Commit 7c2b9d9
committed
chore: restore mark-stable script on the block facade
The "Mark Platforma Block as Stable" workflow fails with
`ERR_PNPM_NO_SCRIPT Missing script: mark-stable`: the reusable
`milaboratory/github-ci/.github/workflows/block-mark-stable.yaml@v4`
does `cd "${BLOCK_PATH}"` (default `block`) and then
`pnpm run mark-stable`, but the script was dropped from
`block/package.json` during the project-template migration.
Restore it with the same registry coordinates `prepublishOnly` uses.
The structurer currently strips this script again on
`block-tools structure refresh`; a companion change in `block-tools`
removes that `removeScript` call.
Empty changeset: the published block content is unchanged — this is a
repo-side CI script only.1 parent 719d8ec commit 7c2b9d9
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments