Skip to content

Commit

Permalink
Replace npm with deno for release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
zph committed Jan 19, 2025
1 parent 83c1a63 commit d0ebbfc
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 5,177 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ profile:
uv run python3 -m cProfile runbook/cli/__init__.py

release:
release-it
deno run -A npm:release-it

clean:
rm -rf ./dist
Expand Down
10 changes: 6 additions & 4 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
| version | Display version information about runbook |||

Commands marked with "Manual Testing Required: Yes" should be tested manually as
they cannot be easily automation tested. Key areas to verify:
they cannot be easily automation tested.

- `edit`: `runbook edit _template-deno.ipynb`
- `run`: `runbook run _template-deno.ipynb`
- `run`: `runbook run --no-interactive _template-deno.ipynb`
## Manual Testing

See `tests/manual` for manual testing.

It involves running the shell scripts in `tests/manual` and auditing behavior.
Loading

0 comments on commit d0ebbfc

Please sign in to comment.