Skip to content

Commit cef574d

Browse files
hippotasticdelucis
andauthored
Migrate i18n Translation Status from GitHub issue to HTML output (withastro#2731)
Co-authored-by: Chris Swithinbank <[email protected]>
1 parent b819784 commit cef574d

File tree

9 files changed

+684
-592
lines changed

9 files changed

+684
-592
lines changed

Diff for: .github/workflows/translation-status.yml

-39
This file was deleted.

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shell-emulator=true

Diff for: netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
command = "NODE_OPTIONS=--max_old_space_size=4096 pnpm build"
2+
command = "NODE_OPTIONS=--max_old_space_size=4096 pnpm netlify:build"
33
ignore = "git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- /"
44

55
[[redirects]]

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"lint:linkcheck:nobuild": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/lint-linkcheck.ts",
2626
"lint:slugcheck": "node ./scripts/lint-slugcheck.mjs",
2727
"lint:eslint": "eslint .",
28-
"github:translation-status": "node ./scripts/github-translation-status.mjs"
28+
"netlify:build": "pnpm ${NETLIFY_BUILD_SCRIPT:-build}",
29+
"translation-status": "tsm --require=./scripts/lib/filter-warnings.cjs ./scripts/translation-status.ts"
2930
},
3031
"devDependencies": {
3132
"@11ty/eleventy-fetch": "^3.0.0",

0 commit comments

Comments
 (0)