Skip to content

Commit

Permalink
Merge pull request github#11907 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Nov 12, 2021
2 parents 54643f9 + cb9f56a commit 8e4b955
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
Expand Down Expand Up @@ -159,7 +159,7 @@
"mkdirp": "^1.0.4",
"mock-express-response": "^0.3.0",
"mockdate": "^3.0.5",
"nock": "^13.2.0",
"nock": "^13.2.1",
"nodemon": "^2.0.14",
"npm-merge-driver-install": "^2.0.1",
"object-hash": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion script/backfill-missing-localizations.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for (const dir of dirs) {

for (const filename of filenames) {
for (const language of Object.values(languages)) {
if (language.code === 'en') return
if (language.code === 'en') continue
const fullPath = path.join(__dirname, '..', language.dir, dir, filename)
if (!fs.existsSync(fullPath)) {
console.log('missing', fullPath)
Expand Down

0 comments on commit 8e4b955

Please sign in to comment.