From b8099065890ad95aefd718e883710728761de098 Mon Sep 17 00:00:00 2001 From: BluJ Date: Thu, 16 Feb 2023 16:38:13 -0700 Subject: [PATCH] chore: Testing --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f28eeba..2fae4f5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # embassy-sdk-ts +test + ### Generate: Config class from legacy ConfigSpec ```sh - cat utils/test/config.json | deno run scripts/oldSpecToBuilder.ts "../../config/mod.ts" |deno fmt - > utils/test/output.ts +cat utils/test/config.json | deno run scripts/oldSpecToBuilder.ts "../../config/mod.ts" |deno fmt - > utils/test/output.ts ```