chore: something

This commit is contained in:
BluJ
2023-03-01 14:22:48 -07:00
parent 09d4ceefc8
commit 47f075b1c1
2 changed files with 6 additions and 13 deletions

View File

@@ -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

View File

@@ -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