From 47f075b1c1663e78a76889272b7a1074e648d4a6 Mon Sep 17 00:00:00 2001 From: BluJ Date: Wed, 1 Mar 2023 14:22:48 -0700 Subject: [PATCH] chore: something --- Makefile | 5 ++--- README.md | 14 ++++---------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 013a0be..d2c57d6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ TS_FILES := $(shell find ./**/*.ts ) version = $(shell git tag --sort=committerdate | tail -1) -# test: $(TS_FILES) utils/test/output.ts -# deno test test.ts -# deno check mod.ts +test: $(TS_FILES) utils/test/output.ts + npm test utils/test/output.ts: utils/test/config.json scripts/oldSpecToBuilder.ts cat utils/test/config.json | deno run scripts/oldSpecToBuilder.ts "../../mod" |deno fmt - > utils/test/output.ts diff --git a/README.md b/README.md index 6e74631..f43dcc4 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,11 @@ -<<<<<<< Updated upstream +# Start SDK -# embassy-sdk-ts +### About + +For making the patterns that are wanted in making services for the startOS. ### Generate: Config class from legacy ConfigSpec ```sh cat utils/test/config.json | deno run https://deno.land/x/embassyd_sdk/scripts/oldSpecToBuilder.ts "../../mod" |deno fmt - > utils/test/output.ts ``` - -======= - -# Start SDK - -For making the patterns that are wanted in making services for the startOS. - -> > > > > > > Stashed changes