Skip to content

Commit

Permalink
WIP stubs and updated to audio-recording latest
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Aug 20, 2024
1 parent 8c050dc commit f74e450
Show file tree
Hide file tree
Showing 3 changed files with 19,449 additions and 19,427 deletions.
2 changes: 1 addition & 1 deletion bin/update-typeshed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -euxo pipefail
cd ../micropython-microbit-stubs
python3 scripts/browser-package.py
branch=main
branch=${1:-main}
cd -
mkdir -p "src/micropython/${branch}/"
cp ../micropython-microbit-stubs/typeshed.*.json "src/micropython/${branch}/"
Loading

0 comments on commit f74e450

Please sign in to comment.