Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ words:
- comctx
- confbox
- configfile
- consola
- consolas
- Cpath
- crbug
Expand Down
3 changes: 3 additions & 0 deletions docs/tapes/init-demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Hide
# Create a temporary folder for demo
Type 'mkdir packages/wxt/init-demo' Enter
Type 'cd packages/wxt/init-demo' Enter
# Unset CI variables inherited from the GitHub Actions runner so consola
# picks its fancy reporter instead of the basic one (#2461)
Type 'unset CI GITHUB_ACTIONS' Enter
Type 'clear' Enter
Show

Expand Down