Skip to content

Commit 3861862

Browse files
Prevent regressing the en stubs. (#961)
1 parent 3ca0db4 commit 3861862

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/update-translations.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ npm run i18n:compile
3838
npm run i18n:typeshed-to-crowdin
3939
npm run i18n:crowdin-to-typeshed
4040
)
41-
4241
./bin/update-pyright.sh
43-
./bin/update-typeshed.sh
42+
./bin/update-typeshed.sh
43+
# We sometimes have newer English stubs than translations and don't want to
44+
# regress them as part of a translations update.
45+
git checkout -- src/micropython/main/typeshed.en.json

0 commit comments

Comments
 (0)