Skip to content

Commit 2d871a4

Browse files
committed
chore: readme copy fixes
1 parent 205072f commit 2d871a4

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ npm install --save-dev pyodide@<version>
121121
npm run regen:traces
122122
```
123123

124-
`npm run regen:traces` runs the pinned Pyodide once and writes the real traceback for
125-
every example into `docs/demo-examples.js`. This keeps the fast `vitest` coverage test
126-
asserting against genuine Pyodide output rather than hand-authored fixtures.
124+
`npm run regen:traces` runs the pinned Pyodide once and writes the real traceback for every example into `docs/demo-examples.js`. This keeps the fast `vitest` coverage test asserting against genuine Pyodide output.
127125

128126
## Building
129127

@@ -154,16 +152,15 @@ One command does everything:
154152

155153
The script:
156154

157-
1. checks you're on a clean `main` in sync with `origin`, and logged in to npm,
158-
2. runs the tests and build,
159-
3. bumps the version (updating `package.json` / `package-lock.json`), commits, and tags `vX.Y.Z`,
160-
4. publishes to npm (prompting for your 2FA OTP if enabled),
161-
5. points the demo at the new release (bumps `docs/` to the just-published version) and commits it,
162-
6. pushes the commits and tag, and
163-
7. creates a GitHub Release with notes generated from the commits/PRs since the previous tag.
155+
1. Checks you're on a clean `main` in sync with `origin`, and logged in to npm
156+
2. Runs the tests and build
157+
3. Bumps the version (updating `package.json` / `package-lock.json`), commits, and tags `vX.Y.Z`
158+
4. Publishes to npm (prompting for your auth as needed)
159+
5. Points the demo at the new release (bumps `docs/` to the just-published version) and commits it
160+
6. Pushes the commits and tag
161+
7. Creates a GitHub Release with notes generated from the commits/PRs since the previous tag
164162

165-
If `npm publish` fails, nothing is pushed - the script prints how to undo the local
166-
bump and retry.
163+
If `npm publish` fails, nothing is pushed. The script prints how to undo the local bump and retry.
167164

168165
### Prerequisites (one-time)
169166

0 commit comments

Comments
 (0)