Skip to content

Commit

Permalink
Migrate i18n Translation Status from GitHub issue to HTML output (wit…
Browse files Browse the repository at this point in the history
…hastro#2731)

Co-authored-by: Chris Swithinbank <[email protected]>
  • Loading branch information
hippotastic and delucis authored Feb 24, 2023
1 parent b819784 commit cef574d
Show file tree
Hide file tree
Showing 9 changed files with 684 additions and 592 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/translation-status.yml

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shell-emulator=true
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "NODE_OPTIONS=--max_old_space_size=4096 pnpm build"
command = "NODE_OPTIONS=--max_old_space_size=4096 pnpm netlify:build"
ignore = "git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- /"

[[redirects]]
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"lint:linkcheck:nobuild": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/lint-linkcheck.ts",
"lint:slugcheck": "node ./scripts/lint-slugcheck.mjs",
"lint:eslint": "eslint .",
"github:translation-status": "node ./scripts/github-translation-status.mjs"
"netlify:build": "pnpm ${NETLIFY_BUILD_SCRIPT:-build}",
"translation-status": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/translation-status.ts"
},
"devDependencies": {
"@11ty/eleventy-fetch": "^3.0.0",
Expand Down
Loading

0 comments on commit cef574d

Please sign in to comment.