1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Remove convert-liquid-markdown-tables script (#51182)

This commit is contained in:
Peter Bengtsson
2024-06-13 15:34:15 -04:00
committed by GitHub
parent 6525523c3b
commit ec7d06d8d6

View File

@@ -26,7 +26,6 @@
"check-github-github-links": "node src/links/scripts/check-github-github-links.js",
"close-dangling-prs": "tsx src/workflows/close-dangling-prs.ts",
"content-changes-table-comment": "tsx src/workflows/content-changes-table-comment.ts",
"convert-liquid-markdown-tables": "tsx src/tools/scripts/convert-liquid-markdown-tables.ts",
"copy-fixture-data": "node src/tests/scripts/copy-fixture-data.js",
"count-translation-corruptions": "tsx src/languages/scripts/count-translation-corruptions.ts",
"debug": "cross-env NODE_ENV=development ENABLED_LANGUAGES=en nodemon --inspect src/frame/server.ts",