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
`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.
127
125
128
126
## Building
129
127
@@ -154,16 +152,15 @@ One command does everything:
154
152
155
153
The script:
156
154
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
164
162
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.
0 commit comments