From 68b425a53de3c5c90525b426a2c7fb51d7a81114 Mon Sep 17 00:00:00 2001 From: Mason Mark Date: Mon, 18 Nov 2024 14:45:49 +0900 Subject: [PATCH] chore: Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ffbed..061ea0f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Can we construct a megarepo that contains multiple, interdependent TypeScript li ### miscellany -- "deno.disablePaths" settings do not support globs, so to avoid Deno language server annoyingess, we must specify every single incompatible file individually (e.g. "libs/ts/detect-runtime/tests.bun.spec.ts") — obvious candidate for automation +- "deno.disablePaths" settings do not support globs, so to avoid Deno language server annoyingness, we must specify every single incompatible file individually (e.g. "libs/ts/detect-runtime/tests.bun.spec.ts") — obvious candidate for automation - add a hackneyed initial draft of "check JSR metadata and publish only if local version higher" feature in the GHA automation